mirror of https://github.com/CrimsonTome/tldr.git
id: edit page (#13229)
parent
1352c392bc
commit
f77e49fb2b
|
@ -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`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue