|
|
Line 3: |
Line 3: |
| * ''R_R_R_'' (0444) — access to all read-only; | | * ''R_R_R_'' (0444) — access to all read-only; |
| * ''R_R___'' (0440) — read access only to the owner and group; | | * ''R_R___'' (0440) — read access only to the owner and group; |
− | * ''R_<u></u>'' (0400) — read access only to the owner; | + | * ''R_____'' (0400) — read access only to the owner; |
| * ''RWRWRW'' (0666) — full access to all; | | * ''RWRWRW'' (0666) — full access to all; |
| * ''RWRWR_'' (0664) — full access to the owner and group, and for the rest — the read-only; | | * ''RWRWR_'' (0664) — full access to the owner and group, and for the rest — the read-only; |
| * ''RWR_R_'' (0644) — full access to the owner and for the group and the rest — the read-only; | | * ''RWR_R_'' (0644) — full access to the owner and for the group and the rest — the read-only; |
| * ''RWR___'' (0640) — full access to the owner, read-only — to the group and closed for the rest; | | * ''RWR___'' (0640) — full access to the owner, read-only — to the group and closed for the rest; |
− | * ''RW<u></u>'' (0600) — full access to the owner, but for the group and everyone else is closed. | + | * ''RW____'' (0600) — full access to the owner, but for the group and everyone else is closed. |
Revision as of 17:27, 4 March 2022
Data:
Named rights of access to control elements (definition):
- R_R_R_ (0444) — access to all read-only;
- R_R___ (0440) — read access only to the owner and group;
- R_____ (0400) — read access only to the owner;
- RWRWRW (0666) — full access to all;
- RWRWR_ (0664) — full access to the owner and group, and for the rest — the read-only;
- RWR_R_ (0644) — full access to the owner and for the group and the rest — the read-only;
- RWR___ (0640) — full access to the owner, read-only — to the group and closed for the rest;
- RW____ (0600) — full access to the owner, but for the group and everyone else is closed.