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`