Created
July 27, 2016 15:15
-
-
Save ramiabraham/733927f171b8b84b813f5b8218255aa3 to your computer and use it in GitHub Desktop.
Unix OS system config info command reference
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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