File and directory operations in Linux 01

Source: Internet
Author: User

File and directory operations in Linux 01 "Simple Record"

?

    1. Related Operations for Directories

      . Represents this Layer directory

      .. Represents a previous level directory

    • Represents a previous working directory

~ Represents the home folder where the current user identity resides

~account represents the user's folder (account name)

To switch accounts:

?

?

command example:

Command

Role

Cd:

Switch directories

Pwd

Show current directory pwd–p get the correct directory name

Mkdir

Create a new directory,

Mkdir-p Test1/test2/test3/test4 Creating a multilevel directory

RmDir

Delete an empty directory

Rm

Delete Entire Directory

Rm–r Test

Mv

Files can be moved between different directories

?

    1. Path variable: $PATH

      Echo $PATH

?

IFCONIFG: Querying IP addresses

:

?

?

?

?

    1. CHGRP: Change the user group that the file belongs to;
    2. Chown: Change the file owner;
    3. chmod: Changing the permissions of a file

?

I. Change the owning user group: CHGRP

?

File and directory operations in Linux 01

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.