User Tools

Site Tools


findyourkernelversion
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


findyourkernelversion [2013/01/28 04:29] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Find Your Kernel Version ======
 +Print the kernel version
 +<file>uname -v</file>
 +Print the kernel release
 +<file>uname -r</file>
 +Print the operating system
 +<file>uname -o</file>
 +Print all information
 +<file>uname -a</file>
 +Print the Distro information
 +<file>
 +cat /etc/issue
 +cat /etc/lsb-release
 +</file>
  
 +
 +-- Main.FredPettis - 22 May 2009
findyourkernelversion.txt · Last modified: 2013/01/28 04:29 by 127.0.0.1