Knowledgebase
Linux/Unix Command: rm - Remove (delete) files/directories
rm - Remove (delete) files/directoriesCODE: The rm command removes (deletes) files/directories, on your server via SSH. For example:CODE: Would delete the file.txt in the / directory, assuming the file.txt file is writable, this command is likely to ask if you want to delete before preforming the command.
CODE: Would delete the file.txt in the / directory, using the "-f" or "--force" option will execute the command without prompting.
CODE: Would delete all the contents in /directory/ recursively using the "-r" or "-R" or "--recursive" options.
Options:
|
Also Read
Powered by WHMCompleteSolution
Client Login
Contact Us
System Status
Blog
Affiliates
Knowledge Base

