Enter any of the following commands in Terminal to find the Linux version, the release name, and the Linux kernel version:
uname -a
(all information)
uname -r
(kernel name)
cat /proc/version
cat /etc/issue
cat /etc/redhat-release
lsb_release –a
tail /etc/redhat-release
(Red Hat Linux only)