Answers for "how to find what version of linux i am running"

65

how to check version of linux command line

cat /etc/os-release
Posted by: Guest on April-29-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 find what version of linux i am running"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language