Skip to content

Instantly share code, notes, and snippets.

@iamcryptoki
Last active September 21, 2018 14:03
Show Gist options
  • Save iamcryptoki/305ccb05cfedf125686c76c64ba834ca to your computer and use it in GitHub Desktop.
Save iamcryptoki/305ccb05cfedf125686c76c64ba834ca to your computer and use it in GitHub Desktop.
uname options
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