Linux Delete Folder command

Source: Internet
Author: User

Linux Delete directory is very simple, many people are still accustomed to using rmdir, but once the directory is not empty, into deep distress, now use the RM-RF command.

Direct RM is OK, but add two parameters-rf namely: RM-RF directory Name

-R is recursive down, no matter how many levels of directory, delete

-F is simply forced to delete, without any hint of the meaning

Method:

1. Delete Folder instance:

Rm-rf/var/log/httpd/access

The/var/log/httpd/access directory and all the files and folders under it will be deleted

2, delete the file use example:

Rm-f/var/log/httpd/access.log

Will force deletion of/var/log/httpd/access.log this file

Note: The use of this RM-RF must be extra careful, Linux has no Recycle Bin

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.