1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/uname.md

16 lines
268 B
Markdown
Raw Normal View History

# uname
> Print operating system name
- Print all available operating system and kernel information
`uname -a`
- Print the system name (Linux, Darwin...), release number, and version details
`uname -srv`
- Print the nodename (hostname) of the system
`uname -n`