Problem Statement:
How do I find the Linux OS and version?
Solution:
One of these should give you the answer:
- cat /proc/version
- cat /etc/os-release
- lsb_release -a
- uname -r
Conclusion:
It’s easy….
Reference:
How do I find the Linux OS and version?
One of these should give you the answer:
It’s easy….