Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Uname - Generate System Information | Online Free DevTools by Hexmos

Generate system information with Uname. Quickly retrieve kernel details, hardware architecture, and operating system name. Free online tool, no registration required.

uname

Print details about the current machine and the operating system running on it. See also: lsb_release. More information: https://www.gnu.org/software/coreutils/manual/html_node/uname-invocation.html.

  • Print kernel name:

uname

  • Print all available system information:

uname {{[-a|--all]}}

  • Print system architecture and processor information:

uname {{[-mp|--machine --processor]}}

  • Print kernel name, kernel release and kernel version:

uname {{[-srv|--kernel-name --kernel-release --kernel-version]}}

  • Print system hostname:

uname {{[-n|--nodename]}}

  • Print the current operating system name:

uname {{[-o|--operating-system]}}

  • Print the current network node host name:

uname {{[-n|--nodename]}}

  • Display help:

uname --help

See Also