Categories
How to delete SSH folder?
I'm trying to delete the entire folder with the contents, but putty asks each file to delete or not. How to immediately delete without confirming each file? rm -r /home/admin/web/site.com
rm -r /home/admin/web/site.com
Answer the question
In order to leave comments, you need to log in
Add flag-f rm -rf /home/admin/web/site.com
-f
rm -rf /home/admin/web/site.com
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question