deleting non-empty directories

Luke Yelavich themuso at themuso.com
Thu Feb 10 23:06:21 EST 2005


On Fri, Feb 11, 2005 at 02:37:05PM EST, Glenn at home wrote:
> I have been trying to remove some messed up directories in my ftp 
> directories.
> I have tried rmdir DirName
> and this does not work because they are not empty, and I cannot get into 
> them since their folder names are causing me problems.
> What is the command for deleting non-empty folders?

rm -r directory-name

Luke




More information about the Speakup mailing list