Determine Linux User and Group ID

This is simply a quick reference for printing out an Ubuntu/Debian systems UID and GID.

The sudo cat /etc/passwd command will allow you to see the UID and GID amongst other items relevant to the account.

sudo cat /etc/passwd

sudo cat /etc/passwd

Leave a Reply

Your email address will not be published. Required fields are marked *