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

No comments:

Post a Comment