Kripal Blog|

Delete Directory Via SSH

Everytime when i have to delete full directory i looking into google so finally posting it here to remember it all the time.

To delete directory with sub directory via ssh command linke

rm -r -f YourDirectory

Post a Comment