Linux How to Check Operating System (O/S) Version

From myWiki
Revision as of 12:02, 18 July 2020 by Stevet (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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