Results 1 to 4 of 4
As the title states...how do I KNOW the version of this Linux OS?...
- 11-04-2007 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 1
How do I know what version of Linux I'm running?
As the title states...how do I KNOW the version of this Linux OS?
- 11-04-2007 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
Welcome to the forums!

For distribution version, look around in your /etc folder for release information. In my distro, it's in /etc/arch-release.
For kernel version, go to a terminal and run: uname -aoz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 11-04-2007 #3
Running "cat /etc/*-release" will give you detailed info about the distribution you are running. Also things like a distributions artwork and the messages shown on the screen at boot up can give you a clue as to which distro you are running.
- 11-04-2007 #4Linux Enthusiast
- Join Date
- Jul 2005
- Location
- Maryland
- Posts
- 521
Or you can type:
Code:cat /etc/issue


Reply With Quote