Answers for "what version of linux am i running"

27

how to check version of linux command line

cat /etc/os-release
Posted by: Guest on April-29-2020
0

get linux distro from terminal

dmesg | head -1
Posted by: Guest on October-10-2020
0

what version of linux am i running

cat /etc/*-version   # For those OS's like Slackware
Posted by: Guest on June-11-2021

Code answers related to "what version of linux am i running"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language