I saved a file to my home directory on linux via windows.
I wanted to move it to /tmp. I got:
mv: setting attribute ‘security.NTACL’ for ‘security.NTACL’: Operation not permittedmv /home/law/tmp/oVars.pm /tmp
So what's up with this? Shouldn't the NTACL be able to be stored/moved with the
file?
