Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-23 00:20:07 +00:00
parent a49466c200
commit cd59a77dc8
31 changed files with 239 additions and 130 deletions

View File

@@ -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`