logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Display User ID - Manage User Identity | Online Free DevTools by Hexmos

Display user identity with the id command. Manage user and group IDs, and retrieve user information efficiently. Free online tool, no registration required.

id

Display current user and group identity. More information: https://www.gnu.org/software/coreutils/manual/html_node/id-invocation.html.

  • Display current user’s ID (UID), group ID (GID) and groups to which they belong:

id

  • Display the current user identity:

id {{[-un|--user --name]}}

  • Display the current user identity as a number:

id {{[-u|--user]}}

  • Display the current primary group identity:

id {{[-gn|--group --name]}}

  • Display the current primary group identity as a number:

id {{[-g|--group]}}

  • Display an arbitrary user’s ID (UID), group ID (GID) and groups to which they belong:

id {{username}}

See Also