Every process-and-pid in Linux runs on behalf of someone: it has a
UID (user id) and a GID (group id). Files also have an owner and a
group, the very "owner" and "group" parts you saw in
file-permissions. The commands id, whoami, groups, and sudo
all revolve around these ideas.