Y
Hacker News
new
|
ask
|
show
|
jobs
by
latchkey
412 days ago
If I have a file on machineA with uid10001 and I copy the file to machineB, I might want it to retain that uid, but it shouldn't matter to machineB that it doesn't map to a real user.
2 comments
rafram
412 days ago
Hopefully that user actually doesn’t exist on the second machine!
link
MrDarcy
412 days ago
You’ll see this observation all the time building containers.
link
danielrico
412 days ago
Don't if you only run them with root user.
link
kurisufag
412 days ago
or with ipa-esque authentication schemes and shared mounts
link
dimatura
412 days ago
And NFS!
link