Results 1 to 4 of 4
Hii
How can i find the linux version from command line .
Thanks in advance
Poorna....
- 12-18-2008 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 6
Linux Version
Hii
How can i find the linux version from command line .
Thanks in advance
Poorna.
- 12-18-2008 #2
Have you tried something like this?
- 12-18-2008 #3Just Joined!
- Join Date
- Nov 2005
- Location
- UK
- Posts
- 19
but what kind of distro are u running?
- 12-19-2008 #4Linux Newbie
- Join Date
- May 2007
- Posts
- 106
many distros have a banner in /etc/issue so you can run
to tell you which linux distro you have. For example, my output says:Code:cat /etc/issue
Ubuntu 8.04.1 \n \l
More info can also be found with
Code:uname -a


Reply With Quote