SYNass IT Ubuntu / Linux wrote: > All your hints tell me do remove a folder with "rm" !? > I always assumed "rm" is used to remove files !? > Isn't "rmdir" the command to remove a directory ??? > > Cheers, svobi > > rm -r is for directories. From the rm man page: "-r, -R, --recursive remove directories and their contents recursively" Ranmadhu