Skip to content

Commit 4e0fe0a

Browse files
authored
Minor modification of text (#1058)
* Minor modification of text * fix
1 parent 55dc8c4 commit 4e0fe0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/books/admin_guide/14-special-authority.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Shell > ls -l /project
261261
```
262262

263263
Now there is a question: if I create a new file in this directory, does it have ACL permission?
264-
The answer is no, because the newly created file is after the command `setfacl-m u:tom:rx -R / project` is executed.
264+
The answer is no, because the newly created file is after the command `setfacl-m u:tom:rx -R /project` is executed.
265265

266266
```bash
267267
Shell > touch /project/file3
@@ -402,7 +402,7 @@ Shell > chmod g-s FILE_NAME
402402

403403
!!! warning
404404

405-
When the owner group of an executable binary file/program does not have **x**, the use of capital **S** means that the file cannot use GUID permissions.
405+
When the owner group of an executable binary file/program does not have **x**, use uppercase **S** to indicate that the file's SGID permissions cannot be used correctly.
406406

407407
```bash
408408
# Suppose this is an executable binary file

0 commit comments

Comments
 (0)