Results 1 to 6 of 6
In Windows you can right click on "My Computer" and select Properties where it will give the information about the Windows version, build etc.
What is the corresponding way to ...
- 02-07-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 2
Howto know the linux distro version?
In Windows you can right click on "My Computer" and select Properties where it will give the information about the Windows version, build etc.
What is the corresponding way to do this in any Linux distro??
- 02-07-2007 #2
This first thing I can think of is to look in the /etc directory for a file called <distro>-version or <distro>-release
To get the kernel version, type uname -r into a terminal window.Looking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 02-11-2007 #3Just Joined!
- Join Date
- Feb 2007
- Posts
- 2
Thanks bryansmith for your reply.
Actually I have a Mepis distro which doesn't have anything in /etc for distro version.
- 02-11-2007 #4
You should have a file /etc/issue containing the relevant information.
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 02-11-2007 #5
If you just want to know the kernel version enter uname -a at the command line.
- 02-13-2007 #6


Reply With Quote