Home > System Tutorial > LINUX > body text

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

王林
Release: 2024-01-03 19:46:34
forward
1042 people have browsed it

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!

Related labels:
source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!