* The Anarcat <[email protected]>, 2010-05-08, 19:55:
I'm getting very odd problems with rm -rf here:

anar...@loony:tmp$ mkdir test
anar...@loony:tmp$ cd test/
anar...@loony:test$ mkdir a b c d
anar...@loony:test$ touch a/1 a/2 a/3 b/1 c/2 d/3
anar...@loony:test$ cd ../
anar...@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
anar...@loony:tmp$ \rm -fr test
rm: cannot remove `test/c': Operation not permitted
rm: cannot remove `test/d': Operation not permitted
anar...@loony:tmp$ \rm -fr test
rm: cannot remove `test/d': Operation not permitted
anar...@loony:tmp$ \rm -fr test
anar...@loony:tmp$

This is bug #573940.

--
Jakub Wilk

Attachment: signature.asc
Description: Digital signature

Reply via email to