Showing posts with label check linux release information. Show all posts
Showing posts with label check linux release information. Show all posts

Monday, August 22, 2016

To check current Linux version

$ uname -r

It will display current linux version

$ uname -a

It will display all the information with version

$ cat /proc/version

It will also display version and release information of Linux