====== Find Your Kernel Version ======
Print the kernel version
uname -v
Print the kernel release
uname -r
Print the operating system
uname -o
Print all information
uname -a
Print the Distro information
cat /etc/issue
cat /etc/lsb-release
-- Main.FredPettis - 22 May 2009