Rm command details

Source: Internet
Author: User

Original address: http://blog.chinaunix.net/space.php? Uid = 7450016 & Do = Blog & cuid = 334050

Frequently used:
Function: delete a file or directory;
Rm-r directory (including its subdirectories)

Rm command details:

Function Description: delete a file or directory.

Syntax: Rm [-dfirv] [-- help] [-- version] [file or directory...]

Note: Execute the RM command to delete a file or directory. If you want to delete a directory, you must add the "-R" parameter. Otherwise, only the file will be deleted by default.
Parameters:
-D or -- directory directly Delete the hard connection data of the directory to be deleted to 0 and delete the directory.
-F or -- force forcibly deletes a file or directory.
-I or -- Interactive ask the user before deleting an existing file or directory.
-R,-R, or -- Recursive recursive processing: all files and subdirectories under the specified directory are processed together.
-V or -- verbose displays the command execution process.
-- Help Online Help.
-- Version: displays the version information.

End

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.