mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
366 B
366 B
id
Display current user and group identity.
- Display current user's id (UID), group id (GID) and groups to which they belong:
id
- Display the current user identity as a number:
id -u
- Display the current group identity as a number:
id -g
- Display an arbitrary user's id (UID), group id (GID) and groups to which they belong:
id {{username}}