Answers for "linux os version"

9

find operating system linux

#Get details about linux distro
cat /etc/os-release
Posted by: Guest on October-25-2020
27

linux os version

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

linux version

sudo uname -a
Posted by: Guest on December-23-2020
0

pulls OS name and version linux

( lsb_release -ds || cat /etc/*release || uname -om ) 2>/dev/null | head -n1
Posted by: Guest on June-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language