What's the advantage of synchronizing UID/GID across Linux machines?
Posted
by
alex
on Server Fault
See other posts from Server Fault
or by alex
Published on 2014-06-10T05:14:28Z
Indexed on
2014/06/10
21:28 UTC
Read the original article
Hit count: 180
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?
© Server Fault or respective owner