mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 13:55:52 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/uname
22
tldr/uname
@@ -13,18 +13,30 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`uname`
|
||||
|
||||
- Print all available system information:
|
||||
|
||||
`uname {{[-a|--all]}}`
|
||||
|
||||
- Print system architecture and processor information:
|
||||
|
||||
`uname --machine --processor`
|
||||
`uname {{[-mp|--machine --processsor]}}`
|
||||
|
||||
- Print kernel name, kernel release and kernel version:
|
||||
|
||||
`uname --kernel-name --kernel-release --kernel-version`
|
||||
`uname {{[-srv|--kernel-name --kernel-release --kernel-version]}}`
|
||||
|
||||
- Print system hostname:
|
||||
|
||||
`uname --nodename`
|
||||
`uname {{[-n|--nodename]}}`
|
||||
|
||||
- Print all available system information:
|
||||
- Print the current operating system name:
|
||||
|
||||
`uname --all`
|
||||
`uname {{[-o|--operating-system]}}`
|
||||
|
||||
- Print the current network node host name:
|
||||
|
||||
`uname {{[-n|--nodename]}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`uname --help`
|
||||
|
||||
Reference in New Issue
Block a user