Skip to content

Instantly share code, notes, and snippets.

@ramiabraham
Created July 27, 2016 15:15
Show Gist options
  • Save ramiabraham/733927f171b8b84b813f5b8218255aa3 to your computer and use it in GitHub Desktop.
Save ramiabraham/733927f171b8b84b813f5b8218255aa3 to your computer and use it in GitHub Desktop.
Unix OS system config info command reference
# Lists the following:
# kernel name, network node hostname,
# kernel release, kernel version,
# machine hardware name, processor type,
# hardware platform, operating system
uname –a
# whether your system is 32-bit or 64-bit
uname -m
# or
arch
# and if both of those don't work:
file /sbin/init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment