rm -rf doesn't work in Ubuntu 10.04
Posted: 6. May 2010, 18:45
I am running Ubuntu 10.04 guest under Windows XP host.
I want to get rid of a folder full of files. So i type:
rm -rf foldername
and it hangs indefinitely... When I hit ctrl-C, it stops, and I find that the files in the folder have been deleted, but not the folder itself.
If I do this, it works:
rm foldername/*
rm -rf foldername
Weird, huh? Any ideas?
I want to get rid of a folder full of files. So i type:
rm -rf foldername
and it hangs indefinitely... When I hit ctrl-C, it stops, and I find that the files in the folder have been deleted, but not the folder itself.
If I do this, it works:
rm foldername/*
rm -rf foldername
Weird, huh? Any ideas?