Results 1 to 8 of 8
How do I find out which distribution I am on my machine?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-16-2007 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 57
How to find out which Distro I'm running?
How do I find out which distribution I am on my machine?
- 02-16-2007 #2
In a terminal :
should tell you.Code:cat /etc/issue
"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-16-2007 #3Just Joined!
- Join Date
- Nov 2006
- Posts
- 57
I did "cat /etc/issue" and it returns:
"This is \n.\O (\s \m \r) \t"
What does that mean?
- 02-16-2007 #4
Perhaps
can tell something more meaningful.Code:uname -a
"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-16-2007 #5
Try this:
You should then see a file called <distro_name>_release (or something similar). Then:Code:ls /etc | grep release
Code:cat /etc/<distro_name>_release
Last edited by bryansmith; 02-16-2007 at 03:03 PM.
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-16-2007 #6Just Joined!
- Join Date
- Nov 2006
- Posts
- 57
Linux SentralOrigin 2.6.17.13 #1 Sun Feb 11 15:36:54 EST 2007 i686 Intel(R) Pentium(R) 4 processor 3.47GHz GenuineIntel GNU/Linux
- 02-16-2007 #7
That's your kernel info. That doesn't tell you much about your distro. Have you tried any of the other methods mentioned above?
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-16-2007 #8i didn't know that. Many thanx !
Originally Posted by bryansmith 
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
