[plug] rmdir problems

James Devenish devenish at guild.uwa.edu.au
Sat Feb 5 19:29:59 WST 2005


Joong: if you want to delete the directory and don't want to look
for 'hidden' files, use `rm` instead of `rmdir`. It's like this:

rm -rf directory_name

The 'f' option, in particular, will force all files to be removed
at your current permissions level. If you do not have sufficient
permissions, you will be told this explicitly for each affected file.




More information about the plug mailing list