Skip to content

Instantly share code, notes, and snippets.

@lisanhu
Created November 6, 2018 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lisanhu/eb34cf06c9cac2e825e029695368afc4 to your computer and use it in GitHub Desktop.
Save lisanhu/eb34cf06c9cac2e825e029695368afc4 to your computer and use it in GitHub Desktop.
commands for checking linux os release info (name, etc.)
# origin at https://www.cyberciti.biz/faq/how-to-check-os-version-in-linux-command-line/
cat /etc/os-release
lsb_release -a
hostnamectl
uname -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment