View Single Post
  #2 (permalink)  
Old 11-20-2009, 04:56 AM
JPC-Howard JPC-Howard is offline
cPanel Partner NOC
cPanel Partner NOC Badge
 
Join Date: Apr 2008
Location: PK
Posts: 232
JPC-Howard is on a distinguished road
Quote:
Originally Posted by indous View Post
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
__________________
JaguarPC
Reply With Quote