Linux Command -- chmod, linux -- chmod

Source: Internet
Author: User

Linux Command -- chmod, linux -- chmod

Chmod: modify directory or File Access Permissions

Access permission:
Three read/write operations are allowed to access a file or folder.
Read: expressed as number 4
Write: Number 2
Run: represented by number 1

User Type:

One file can be accessed by three types of users.
1. The owner of this file is the person who created this file (owner)
2. users in the same group as the owner
3. Users in other groups

In linux, each user belongs to one user group and can belong to only one group. There are multiple users in the group.

Example:

-Rwxrwxrwx. 1 root 139 Sep 28 23:28 1.txt
First rwx: indicates that the owner has three read and write permissions.
The second rwx indicates that other members in the group where the owner is located also have three read and write permissions.
Third rwx: indicates that other group members have three read and write permissions.

Chmod 777 1.txt

777: Set the permissions of the Group with the master and the other group users to read and write.
7 = 1 + 2 + 4

Chmod-R 777/test

Indicates that you have set the permission to access the test directory for the group of the owner and other groups to read and write.

-R processes the specified directory and all files in its subdirectories.

 

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.