- # on msnfs41filesystem:
- $ touch a
- $ cp -p a b
- cp: failed to preserve ownership for 'b': Function not implemented
- # workaround:
- cp -p --no-preserve=ownership a b
cp: failed to preserve ownership for 'b': Function not implemented
Posted by Anonymous on Sun 19th Nov 2023 21:25
raw | new post
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.