'rm -r dirname' will recursively delete the directory. Be very, very careful with this, many people have accidentially deleted an important directory in the process...
You may need to do 'rm -rf directoryname' . The -f flag forces removal of write-protected files without prompting. As said above be very careful and make sure you are in the correct parent directory ('pwd' if your prompt doesn't show current directory) or use the full path - especially if you are root.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.