Linux commands for deleting folders and files

Source: Internet
Author: User
 

Linux Delete directory is very simple, many people are still accustomed to use rmdir, but once the directory is not empty, it fell into deep distress, now use the RM-RF command.
Direct RM is available, but add two parameters-rf that is: RM-RF directory name
-R is recursive down, no matter how many levels of directory, delete
-F is directly forcibly deleted, without any hint of meaning

Method/Step
  1. 1

    To delete a folder instance:
    Rm-rf/var/log/httpd/access
    The/var/log/httpd/access directory and all files and folders under it will be deleted

  2. 2

    To delete a file usage instance:
    Rm-f/var/log/httpd/access.log
    This file will be forcibly deleted/var/log/httpd/access.log

    END
Precautions
  • Use this RM-RF with extreme caution, Linux does not have a recycle Bin

    Many friends do not see this important information before use, so that after the deletion and then want to find it is very difficult

Linux commands for deleting folders and files

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.