Skip to content

Instantly share code, notes, and snippets.

@prasathsivasubramaniyan
Forked from parzonka/sysinfo.sh
Created December 20, 2016 17:40
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save prasathsivasubramaniyan/7b5a5b515ede3bfeda280293a3307895 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