Dec 252009
How to delete a folder in Linux recursively?
Answer:
As an example, to remove all files/folders recursively under /home/john/tmp, use the command:
rm -rf /home/john/tmp
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
How to delete a folder in Linux recursively?
Answer:
As an example, to remove all files/folders recursively under /home/john/tmp, use the command:
rm -rf /home/john/tmp