Update cheatsheets

This commit is contained in:
ivuorinen
2024-07-07 00:16:15 +00:00
parent e1b30c459c
commit a778647a2d
8 changed files with 191 additions and 1 deletions

10
tldr/id
View File

@@ -12,11 +12,19 @@ source: https://github.com/tldr-pages/tldr.git
`id`
- Display the current user identity:
`id -un`
- Display the current user identity as a number:
`id -u`
- Display the current group identity as a number:
- Display the current primary group identity:
`id -gn`
- Display the current primary group identity as a number:
`id -g`