[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: rm -rf doesn't work as expected?



* The Anarcat <anarcat@anarcat.ath.cx>, 2010-05-08, 19:55:
I'm getting very odd problems with rm -rf here:

anarcat@loony:tmp$ mkdir test
anarcat@loony:tmp$ cd test/
anarcat@loony:test$ mkdir a b c d
anarcat@loony:test$ touch a/1 a/2 a/3 b/1 c/2 d/3
anarcat@loony:test$ cd ../
anarcat@loony:tmp$ \rm -r test
rm: cannot remove `test/b': No such file or directory
rm: cannot remove `test/c': No such file or directory
rm: cannot remove `test/d': No such file or directory
rm: cannot remove `test': Directory not empty
anarcat@loony:tmp$ \rm -fr test
rm: cannot remove `test/c': Operation not permitted
rm: cannot remove `test/d': Operation not permitted
anarcat@loony:tmp$ \rm -fr test
rm: cannot remove `test/d': Operation not permitted
anarcat@loony:tmp$ \rm -fr test
anarcat@loony:tmp$

This is bug #573940.

--
Jakub Wilk

Attachment: signature.asc
Description: Digital signature


Reply to: