What's the advantage of synchronizing UID/GID across Linux machines?
- by alex
Before I plunge into the depths of how to synchronize UID's/GID's across my different Linux machines, I would like to know what is actually the benefit?
I know that this keeps file synchronization relatively easy (as ownership is "naturally" retained). However this can also be achieved otherwise depending on the transmission service.
Is there anything else that would benefit from consistent UIDs/GIDs?