mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
id: add page (#847)
This commit is contained in:
parent
fccdfa16d4
commit
b4dea673c7
1 changed files with 11 additions and 0 deletions
11
pages/common/id.md
Normal file
11
pages/common/id.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# id
|
||||||
|
|
||||||
|
> Display current user and group identity.
|
||||||
|
|
||||||
|
- Display the current user identity as a number:
|
||||||
|
|
||||||
|
`id -u`
|
||||||
|
|
||||||
|
- Display the current group identity as a number:
|
||||||
|
|
||||||
|
`id -g`
|
Loading…
Add table
Reference in a new issue