OK, I see.

Just for the sake of the argument, you also cannot remove a normal file if you don't have write permissions to the directory it's in.

]==> mkdir test
]==> touch test/asdf
]==> chmod 500 test
]==> rm test/asdf 
rm: cannot remove ‘test/asdf’: Permission denied
]==> echo "asdf" > test/asdf
]==> cat test/asdf 
asdf

You'll obviously do whatever you want. I am just a consistency zealot :)


Reply to this email directly or view it on GitHub.



Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1