Linux How to Check Operating System (O/S) Version
Type any one of the following command to find os name and version in Linux:
cat /etc/os-release lsb_release -a hostnamectl
Type the following command to find Linux kernel version:
uname -r
Type any one of the following command to find os name and version in Linux:
cat /etc/os-release lsb_release -a hostnamectl
Type the following command to find Linux kernel version:
uname -r