1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 17:35:28 +02:00
tldr/pages/osx/uname.md
Managor 5305776d45
*: capitalize the first letter after "Note:" (#16226)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-05-04 05:15:17 +03:00

521 B

uname

Print details about the current machine and the operating system running on it. Note: For additional information about the operating system, try the sw_vers command. More information: https://keith.github.io/xcode-man-pages/uname.1.html.

  • Print kernel name:

uname

  • Print system architecture and processor information:

uname -mp

  • Print kernel name, kernel release and kernel version:

uname -srv

  • Print system hostname:

uname -n

  • Print all available system information:

uname -a