When I invoke cp -a 1 2 from a non-root user, the ownership is being preserved, despite the fact that file 1 belongs to another user. My understanding was this shouldn't be possible.
What is going on?
|
feedback
|
|
Make sure the
...and that it doesn't have any special capabilities assigned:
If either is true, this question is a good start. | |||||||
feedback
|