Monday, June 8, 2015

Deleting File or Folder | Linux | Putty








  • Move to the path where the file is to be deleted.  It can be done as given below
cd /path/
  •  To remove all file in a folder run the command below inside that folder
rm  -rf  *
  •   To remove a particular file run the command as follows
rm  -rf  filename 


For latest updates subscribe with us ......

0 comments