1
0
Fork 0
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:
张峥 2016-06-21 06:28:25 +08:00 committed by Waldir Pimenta
parent fccdfa16d4
commit b4dea673c7

11
pages/common/id.md Normal file
View 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`