Skip to content

Commit 00de0a0

Browse files
committed
# minor changes to special authority
* fix spelling issue * wording change in one sentence
1 parent 8ff868f commit 00de0a0

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
@@ -144,7 +144,7 @@ Shell > setfacl <option> <FILE_NAME>
144144
| -k | remove the default ACL |
145145
| -R | recurse into subdirectories |
146146

147-
Use the teacher's teaching example mentioned at the beginning of the article to illustrate the use of ACL.
147+
Use the teacher's example mentioned at the beginning of the article to illustrate the use of ACL.
148148

149149
```bash
150150
# The teacher is the root user
@@ -449,7 +449,7 @@ The role of "Sticky BIT":
449449

450450
SBIT is represented by the number **1**.
451451

452-
Can the file/direcyory have **7755** permission?
452+
Can the file or directory have **7755** permission?
453453
No, they are aimed at different objects. SUID is for executable binary files; SGID is used for executable binaries and directories; SBIT is only for directories. That is, you need to set these special permissions according to different objects.
454454

455455
The directory **/tmp** has SBIT permission. The following is an example:

0 commit comments

Comments
 (0)