Results 1 to 3 of 3
Is there a quick konsole command that will tell me my Linux kernel version?...
- 06-15-2004 #1Just Joined!
- Join Date
- May 2004
- Location
- /US/FL/Orlando
- Posts
- 94
What is my version?
Is there a quick konsole command that will tell me my Linux kernel version?
- 06-15-2004 #2Linux Newbie
- Join Date
- Jan 2004
- Location
- Houston, Tx
- Posts
- 144
Code:cat /proc/version
- 06-15-2004 #3Just Joined!
- Join Date
- Oct 2003
- Location
- The Netherlands
- Posts
- 89
uname -a
this will give you all data including your kernel version, see uname --help for the exact command of seeing only your kernel version.


Reply With Quote
