mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 08:49:50 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,32 +10,32 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Print all information:
|
||||
|
||||
`uname --all`
|
||||
`uname {{[-a|--all]}}`
|
||||
|
||||
- Print the current kernel name:
|
||||
|
||||
`uname --kernel-name`
|
||||
`uname {{[-s|--kernel-name]}}`
|
||||
|
||||
- Print the current network node host name:
|
||||
|
||||
`uname --nodename`
|
||||
`uname {{[-n|--nodename]}}`
|
||||
|
||||
- Print the current kernel release:
|
||||
|
||||
`uname --kernel-release`
|
||||
`uname {{[-r|--kernel-release]}}`
|
||||
|
||||
- Print the current kernel version:
|
||||
|
||||
`uname --kernel-version`
|
||||
`uname {{[-v|--kernel-version]}}`
|
||||
|
||||
- Print the current machine hardware name:
|
||||
|
||||
`uname --machine`
|
||||
`uname {{[-m|--machine]}}`
|
||||
|
||||
- Print the current processor type:
|
||||
|
||||
`uname --processor`
|
||||
`uname {{[-p|--processsor]}}`
|
||||
|
||||
- Print the current operating system name:
|
||||
|
||||
`uname --operating-system`
|
||||
`uname {{[-o|--operating-system]}}`
|
||||
|
||||
Reference in New Issue
Block a user