Skip to content

Instantly share code, notes, and snippets.

@parzonka
Created February 23, 2014 14:47
Show Gist options
  • Save parzonka/9172321 to your computer and use it in GitHub Desktop.
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