Answers for "linux get current linux version"

16

find linux version

cat /proc/version
Posted by: Guest on August-16-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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language