How to delete a file or folder via SSH | Delete command in SSH
Log into SSH and then just type the following command to delete the folder or file
rm= remove or delete
-r = recursively delete the folder including sub folders in it,
-f = will not ask for confirmation for deleting the file or directory
rm -r -f /directory or filename
rm= remove or delete
-r = recursively delete the folder including sub folders in it,
-f = will not ask for confirmation for deleting the file or directory
Labels:
ssh-command-delete
Subscribe to:
Post Comments (Atom)
Blog Archive
- February 2011 (5)
- January 2011 (4)
- December 2010 (1)
- October 2010 (5)
About Me
- NiRaJ (asp or php)!!!!!!
- I am basically a software engineer and Website designer & developer (final year student)
0 comments:
Post a Comment