Ask the kernel who it thinks you are
Ask the kernel who it thinks you are
Answer
id id -u groups
`id` prints the UID, the default GID, and every supplementary group in one line. `id -u` gives the bare number the kernel actually compares. `groups` prints just the names.
Sarwar & Koretsky 3e §5.4.1