Home  >  Article  >  System Tutorial  >  Learn how to use numeric notation to set file permissions in LINUX systems

Learn how to use numeric notation to set file permissions in LINUX systems

王林
王林forward
2024-01-03 19:46:341038browse

How to use the chmod digital representation of LINUX? Let’s take a look at the detailed tutorial below.

1. Open the LINUX UBUNTU operating system and open the terminal window on the left.

Learn how to use numeric notation to set file permissions in LINUX systems

Learn how to use numeric notation to set file permissions in LINUX systems

2, sudo chmod -R 777 can change the file permissions to read, write and executable.

Learn how to use numeric notation to set file permissions in LINUX systems

3, 770 means that other users do not have any permissions.

Learn how to use numeric notation to set file permissions in LINUX systems

4, 771 means that other users only have executable permissions .

Learn how to use numeric notation to set file permissions in LINUX systems

5, 772 means that other users only have writable permissions .

Learn how to use numeric notation to set file permissions in LINUX systems

6, 774 means other users only have read permission.

Learn how to use numeric notation to set file permissions in LINUX systems

7, 773 indicates that other users have writable and executable permissions.

Learn how to use numeric notation to set file permissions in LINUX systems

8, 775 indicates readable and executable permissions for other users.

Learn how to use numeric notation to set file permissions in LINUX systems

9, 776 indicates that other users have read and write permissions.

Learn how to use numeric notation to set file permissions in LINUX systems

The above is the detailed content of Learn how to use numeric notation to set file permissions in LINUX systems. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:jb51.net. If there is any infringement, please contact admin@php.cn delete