Answers for "check os name and version linux"

69

linux os version

cat /etc/os-release
Posted by: Guest on April-29-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