mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 02:57:58 +01:00
uname -a
This commit is contained in:
parent
d2c7181f9a
commit
b38e272b47
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@
|
|||
- Print the nodename (hostname) of the system
|
||||
|
||||
`uname -n`
|
||||
|
||||
- Print all available system information (hardware, software, nodename)
|
||||
|
||||
`uname -a`
|
||||
|
|
Loading…
Reference in a new issue