File Permission management, File Permission

Source: Internet
Author: User

File Permission management, File Permission

1. Three basic Permissions

R read permission W write permission X execution permission

 

2. Permission to view files and directories

Ls-l file name, display information including: file type (d directory,-common file, l link file), File Permission, file owner, file owner group, file Size, file creation time, file name
-Rw-r -- 1 itcast users 2254 tt.htm
From the second character, rw indicates that the user itcast has the read and write permissions and has no operation permissions. The subsequent r indicates that the user group users has only the read permission and has no operation permission, the final r indicates that other people (others) have only the read permission and have no write and operation permission.

 

3. Change Operation Permissions

Chmod [user in the group to which u belongs to the main g o all user a of other users] [+ add permissions-delete permissions = delete original permissions] [rwx] file or directory name
-Perform the same permission operation on subdirectories under R
You can also use numbers to indicate permissions, such as chmod 777 file.
R 4 w 2x1
If you want the rwx attribute, 4 + 2 + 1 = 7;
If the rw-attribute is required, 4 + 2 = 6;
If the r-x attribute is required, 4 + 1 = 5;

 

 

Related Article

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.