2016-06-21 06:28:25 +08:00
|
|
|
# id
|
|
|
|
|
|
|
|
> Display current user and group identity.
|
2021-04-01 17:54:26 +02:00
|
|
|
> More information: <https://www.gnu.org/software/coreutils/id>.
|
2016-06-21 06:28:25 +08:00
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Display current user's ID (UID), group ID (GID) and groups to which they belong:
|
2019-01-09 00:03:55 +01:00
|
|
|
|
|
|
|
`id`
|
|
|
|
|
2016-06-21 06:28:25 +08:00
|
|
|
- Display the current user identity as a number:
|
|
|
|
|
|
|
|
`id -u`
|
|
|
|
|
|
|
|
- Display the current group identity as a number:
|
|
|
|
|
|
|
|
`id -g`
|
2019-01-09 00:03:55 +01:00
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Display an arbitrary user's ID (UID), group ID (GID) and groups to which they belong:
|
2019-01-09 00:03:55 +01:00
|
|
|
|
|
|
|
`id {{username}}`
|