Showing posts with label linux kernel version. Show all posts
Showing posts with label linux kernel version. Show all posts

Monday, May 21, 2012

Determing Linux/Unix kernel version

Determining kernel version is important for different Linux/Unix related tasks.It can help in diagnosing, upgrading as well as installing device drivers.
Easiest command is to run is 'uname' as:
uname -r
/proc/version also provides details about kernel version. Cat it using:
cat /proc/version