Skip to content

Instantly share code, notes, and snippets.

@parzonka
Created February 23, 2014 14:47
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save parzonka/9172321 to your computer and use it in GitHub Desktop.
Get linux system info and version
# architecture #
lscpu
# release #
# RHEL, CentOS
cat /etc/redhat-release
# Ubuntu
cat /etc/issue
lsb_release -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment