How to check version of your linux server

How to check version of your server on terminal

cat /etc/issue
cat /proc/version
cat /etc/*release

Displays certain LSB (Linux Standard Base) and distribution-specific information

lsb_release -a

How to find kernel version

uname -mrs
uname -a
cat /proc/version

 

Leave a Comment

Your email address will not be published. Required fields are marked *