Answers for "how to tell what version of linux you are running"

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 "how to tell what version of linux you are running"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language