Version Information; the file /proc/version contains a long string describing the kernel's release number and build version. It also includes information about how the kernel was built: the user who compiled it, the machine on which it was compiled, the date it was compiled, and the compiler release that was used.
$ cat /proc/version
$ cat /proc/sys/kernel/ostype
$ cat /proc/sys/kernel/osrelease
$ cat /proc/sys/kernel/version