ShareThis

Tuesday, October 16, 2012

[Linux] Delete a folder from SSH (Shell Client)

I have found that the SSH FTP client is a pain to deal with when deleting files and folders. You can do it faster from the Shell command using this set of instructions:

cd /were/the/folder/is
ls (make sure you can see that folder)
rm -rf foldernamehere (make sure its exactly the same)

0 comments:

Post a Comment