rm -rf not erasing directory
Posted
by chief
on Stack Overflow
See other posts from Stack Overflow
or by chief
Published on 2010-04-24T22:38:54Z
Indexed on
2010/04/24
22:43 UTC
Read the original article
Hit count: 404
linux
I am attempting to erase a directory called apps. When I run rm-rf apps it looks like it erases it for the moment. When I log back on to the server the directory is still there, though it is highlighted in green.
drwxrwxrwx 3 user user 4096 2010-04-24 18:33 apps
© Stack Overflow or respective owner