How do I find my Unix OS version?
Answer
Check os version in Linux
Answer
Check os version in Linux
- Open the terminal application (bash shell)
- For remote server login using the ssh: ssh
[email protected] - 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.