Linux commands for deleting files and folders

Source: Internet
Author: User
& Amp; 65279; & amp; 65279; when using this rm-rf command to delete files in linux, be sure to & amp; 26684; when using this command, there is no Recycle bin in linux. You can simply use rm, but you need to add the parameter-f, that is, the rm-f file path-f, to force the deletion directly. no

Linux commands for deleting files and folders

When using this rm-rf to delete files, you must be extremely careful that there is no Recycle bin in linux.
You can simply use rm, but add the parameter-f, that is, the rm-f file path.
-F means to delete the file directly without any prompts.

Delete a file instance:
Rm-f/var/log/httpd/access. log

The file/var/log/httpd/access. log will be forcibly deleted.

When we are in the directory corresponding to this file, we only need the rm command without any parameters.

Instance:

Rm test_bak.tar.gz

Delete a Directory user instance:
Rm-rf/var/log/httpd/access

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

Note that you must be extremely careful when using this rm-rf. linux has no recycle bin.

Of course, rm has more parameters and usage, and man rm can be viewed.

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.