rm -rf not erasing directory
Posted
by chief
on Server Fault
See other posts from Server Fault
or by chief
Published on 2010-04-24T22:54:10Z
Indexed on
2010/04/24
23:03 UTC
Read the original article
Hit count: 349
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
Ubuntu 9.10
© Server Fault or respective owner