Quote:
Originally Posted by indous
How can I delete back up files using putty (SSH). I want to know the commands.
|
What kind of backup files do you want to delete. Go to the folder where the backup files are located using the command below.
cd /path/to/backup/folder/
The command below will delete the file named 'backup-file'.
rm backup-file