Duplicate UIDs On Linux
This may be old hat for some, but I just discovered today that it is possible to have duplicate user IDs on the same Linux machine. The ‘useradd’ and ‘adduser’ commands will not allow it: root@kratos:~# useradd -u 0 test_root useradd: UID 0 is not unique However, not to fear. Hand-editing the /etc/passwd file is [...]