> > How do you remove non empty directories in Linux? Ummmm....use with care, but from the parent dir I use rm -rf ./dirname which means I need to explicitly name the dir I want to recursively blow away to minimise the chance of stuffing up. Regards, Steve