Removing large directories in Linux

So now what?
The easiest and quickest solution is to remove the entire directory with a command like this.
(Now, before you do it, you need to realize that you will have to recreate the directory when it’s done, so take note of the permissions you have on the directory first.)
rm -rf directoryname

You can see the directory is now gone “No such file or directory”.
Yes, that is exactly what I wanted!
One Response to “Removing large directories in Linux”
Comments
Read below or add a comment...

Thanks.
Saved a couple of hours.