how to see what version of linux is running code example
Example 1: how to check version of linux command line
cat /etc/os-release
Example 2: get linux distro from terminal
dmesg | head -1
cat /etc/os-release
dmesg | head -1