Last active
September 21, 2018 14:03
-
-
Save iamcryptoki/305ccb05cfedf125686c76c64ba834ca to your computer and use it in GitHub Desktop.
uname options
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
uname [OPTION] | |
-a, --all Prints all information, omitting -p and -i if the information is unknown. | |
-s, --kernel-name Print the kernel name. | |
-n, --nodename Print the network node hostname. | |
-r, --kernel-release Print the kernel release. | |
-v, --kernel-version Print the kernel version. | |
-m, --machine Print the machine hardware name. | |
-p, --processor Print the processor type, or "unknown". | |
-i, --hardware-platform Print the hardware platform, or "unknown". | |
-o, --operating-system Print the operating system. | |
--help Display a help message, and exit. | |
--version Display version information, and exit. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment