mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
bash/usr-local-bin: fix setfacl rule
This commit is contained in:
parent
7e20f183cd
commit
ddf13278bd
@ -17,6 +17,6 @@ If they are in $PATH, note `sudo snap alias ORIGINAL NEW`
|
|||||||
## File Access Control List
|
## File Access Control List
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo setfacl --recursive --modify=u:root:rwx,o:rx /usr/local/bin/
|
sudo setfacl --recursive --modify=u:root:rwX,o:rX /usr/local/bin/
|
||||||
getfacl /usr/local/bin
|
getfacl /usr/local/bin
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user