Snippets

How to remove folders with SSH

If you need to remove folder or folders with SSH, you can use this command-

rm -rf foldername/

It should work fine.

Thank you.