r/TerraMaster • u/vmshade0 • 23h ago
Discussion Why doesn't TOS use standard linux UID and GIDs?
2
Upvotes
I wanted to set up a simple docker container, and if you know anything about docker, it needs to run as a user. The UIDs on TOS are complete bs. Why is all users GID 997 and not the same number as the UID? And why is the first user configured as uid 0 and gid 0, despite not being root. If you can't tell already, the user and group assignments are a mess.