Basic operations management for Linux files

Source: Internet
Author: User

Copying files, directories

1. Use CP (copy) command to copy files or directories

CP source file (folder) destination file (folder)

Common parameters:

-R recursively replicates entire directory tree (for copying folders)

-V Show More information

2. Use the MV (move meaning) command to move files or folders

MV File destination Directory

If you specify a filename, you can rename the file (in the same directory)

3. Use RM command to delete files or directories

Common parameters

-I. Interactive

-R recursive deletion includes all content in the directory

-F Force Delete, no warning prompt (Use caution!!!) )

4. Create and delete directories

Create a directory with the mkdir command

Delete an empty directory with the rmdir command

Delete a non-empty directory by rm-r or (-f) command

Basic operations management for Linux 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.