- Forums
- Linux Systems
- Simple Text Command To Show Linux Kernel Version
This Page Contains information about Simple Text Command To Show Linux Kernel Version By wallpaperama in category Linux Systems with 0 Replies. [3007], Last Updated: Sat May 18, 2024
wallpaperama
Wed Jun 25, 2008
0 Comments
5312 Visits
cat /proc/version
this is what i get
Linux version 2.6.22.9-61.fc6 (
[email protected]) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-13)) #1 SMP Thu Sep 27 18:48:03 EDT 2007
thats the code
some poeple say they can use:
echo `uname -r`