mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 13:18:07 +01:00
89a6b90afd
grouping 3 related options that produce a more useful output. The descriptions are in the same order and use the same initials to allow understanding what each option does individually.
276 B
276 B
uname
Print operating system name
- Print all available operating system and kernel information
uname -a
- Print the system (kernel) name, release and version (e.g. Linux, Darwin, SunOS, etc.)
uname -srv
- Print the nodename (hostname) of the system
uname -n