Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-29 00:18:23 +00:00
parent a3692d638b
commit 75f807d6af
175 changed files with 1107 additions and 775 deletions

View File

@@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git
- List namespaces in JSON format:
`lsns --json`
`lsns {{[-J|--json]}}`
- List namespaces associated with the specified process:
`lsns --task {{pid}}`
`lsns {{[-p|--task]}} {{pid}}`
- List the specified type of namespaces only:
`lsns --type {{mnt|net|ipc|user|pid|uts|cgroup|time}}`
`lsns {{[-t|--type]}} {{mnt|net|ipc|user|pid|uts|cgroup|time}}`
- List namespaces, only showing the namespace ID, type, PID, and command:
`lsns --output {{NS,TYPE,PID,COMMAND}}`
`lsns {{[-o|--output]}} {{NS,TYPE,PID,COMMAND}}`