-
The four process ID’s For each process, Linux manages four UID’s. When a process from a user with UID 1000 is started/forked, then the new process has normally also the UID 1000. However, with SUID/GUID it becomes more complicated, since processes can get other UIDs than the one of the caller. When a process like passwd…