Determine System Information via /proc/version
if you wish to quickly determine the version of Linux your running including the Kernel you can pull this information from the version file in the /proc directory.
#less /proc/version
Will display basic information, can exit less by hitting the Q button.