Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

id

Show user and group information

Syntax

id [OPTION]... [USERNAME]

Common Options

-uShow only user ID
-gShow only group ID
-GShow all group IDs
-nShow name instead of ID
-rShow real ID

Common Examples

id

Show current user info

id username

Show specified user info

id -u

Show user ID only

id -un

Show username

id -Gn

Show all group names

id -g

Show primary group ID

Related Commands

Related Tools

More Code & Dev Tools