id: edit page (#13229)

pull/28/head
Fazle Arefin 2024-07-07 02:55:01 +10:00 committed by GitHub
parent 1352c392bc
commit f77e49fb2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 1 deletions

View File

@ -7,11 +7,19 @@
`id` `id`
- Display the current user identity:
`id -un`
- Display the current user identity as a number: - Display the current user identity as a number:
`id -u` `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` `id -g`