id: add two examples including the most basic one.

This commit is contained in:
Marco Bonelli
2019-01-09 00:03:55 +01:00
committed by Starbeamrainbowlabs
parent cf225aca7a
commit ddd40bc650

View File

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