How to check linux version
- uname – Print kernel and system information.
uname -a
- lsb_release – Print distribution-specific information.
lsb_release -a
- /proc/version file – Print running kernel information.
more /proc/version
Written on November 2, 2016