Linux Command DELETE command, linux DELETE command

Source: Internet
Author: User

Linux Command DELETE command, linux DELETE command

Use the rm command to delete files in Linux:

Rm [Option] File

Option description:

-F-force: ignores non-existing files and deletes them forcibly without any prompt.

-I -- interactive Deletion

-R |-R -- recursive recursively deletes all directories and files under the listed Directories

-V -- verbose detailed display steps

 

Command instance:

1. Delete a.txt files in regular mode

[Root] # rm a.txt

 

2. Forcibly delete the file. log file

[Root] # rm-f file. log

 

3. Delete all objects in the dirname directory.

[Root] # rm-R dir dirname

 

4. delete an object starting with-f

[Root] # touch./-f [root] # ls./-f./-f [root] # rm./-f

 

Or use

[Root] # touch ---f [root] # ls ---f [root] # rm ---f

 

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.