What is SSH?

SSH means Secure Socket Shell. It is a program to log into another computer over a network to execute commands on a remote machine and to move files from one system to another. SSH provides strong authentication and secure communications over the insecure network. It protects a network from attacks such as IP spoofing, IP source routing, and DNS spoofing. SSH transfers information in an encrypted format so that the attackers cannot retrieve the information over the network.

How to Delete particular Folder via SSH?

If you need to remove or delete a particular folder, it can be done simply by using rm command. rm command is a basic Unix command used to remove a file or folder from the system.

To delete a particular folder, use the command rm -rf foldername

Tagged in:

,