id: add two examples including the most basic one.

italian
Marco Bonelli 2019-01-09 00:03:55 +01:00 committed by Starbeamrainbowlabs
parent cf225aca7a
commit ddd40bc650
1 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,10 @@
> Display current user and group identity.
- Display current user id (UID), group id (GID) and groups of which you are a member:
`id`
- Display the current user identity as a number:
`id -u`
@ -9,3 +13,7 @@
- Display the current group identity as a number:
`id -g`
- Display an arbitrary user's id (UID), group id (GID) and groups of which they are a member:
`id {{username}}`