Linux Learning Note 01:linux under the Drwxr-xr-x

Source: Internet
Author: User

1. Drwxr-xr-x

1th Letter: indicates file type

d -------for file directory (directory)

- -------represents a binary file

l -------means soft link file (link)

第2-4 Letter: indicates the owner (user,owner) of this file has permissions

The R -------represents Read permission , read

w -------indicates write permission, Write

x -------represents execute permission, Execute

第5-7: permissions of the group to which the file belongs (group)

The permissions that the user of this file owner has in the same group.

The 第5-7 letter position of the above drwxr-xr-x is: r-x, which means that the user of the same group as the file owner has the permission read (Read permission),execute (Execute permission) , there is no write permission, this is replaced with '-'.

第8-10 Letter: Indicates the permissions that other user groups (others) have

represents the permissions that other user groups have

The 第8-10 letter position of the above drwxr-xr-x is: r-x, which means that the user of the same group as the file owner has the permission read (Read permission),execute (Execute permission) , There is no write permission, this is replaced with '-'.

Linux Learning Note 01:linux under the Drwxr-xr-x

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.