2016-06-21 06:28:25 +08:00
|
|
|
# id
|
|
|
|
|
|
|
|
> Display current user and group identity.
|
2025-01-17 22:38:13 -08:00
|
|
|
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/id-invocation.html>.
|
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`
|
|
|
|
|
2024-07-07 02:55:01 +10:00
|
|
|
- Display the current user identity:
|
|
|
|
|
2025-03-13 04:41:47 +02:00
|
|
|
`id {{[-un|--user --name]}}`
|
2024-07-07 02:55:01 +10:00
|
|
|
|
2016-06-21 06:28:25 +08:00
|
|
|
- Display the current user identity as a number:
|
|
|
|
|
2025-03-13 04:41:47 +02:00
|
|
|
`id {{[-u|--user]}}`
|
2016-06-21 06:28:25 +08:00
|
|
|
|
2024-07-07 02:55:01 +10:00
|
|
|
- Display the current primary group identity:
|
|
|
|
|
2025-03-13 04:41:47 +02:00
|
|
|
`id {{[-gn|--group --name]}}`
|
2024-07-07 02:55:01 +10:00
|
|
|
|
|
|
|
- Display the current primary group identity as a number:
|
2016-06-21 06:28:25 +08:00
|
|
|
|
2025-03-13 04:41:47 +02:00
|
|
|
`id {{[-g|--group]}}`
|
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}}`
|