Answers for "how to check the version of linux"

50

how to check version of linux command line

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

how know linux version

lsb_release -a
cat /etc/os-release
cat /etc/*release
cat /etc/issue*
cat /proc/version
Posted by: Guest on January-05-2022
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 check the version of linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language