mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
usr-local-bin/README: quick setfacl
This commit is contained in:
parent
fd2f62010e
commit
bdef768d3c
@ -13,3 +13,10 @@ tail -n +1 /var/lib/flatpak/exports/bin/*
|
||||
|
||||
`/usr/local/bin` is more likely to be in `$PATH` than the usual Snap vriants.
|
||||
If they are in $PATH, note `sudo snap alias ORIGINAL NEW`
|
||||
|
||||
## File Access Control List
|
||||
|
||||
```
|
||||
sudo setfacl --recursive --modify=u:root:rwx,o:rx /usr/local/bin/
|
||||
getfacl /usr/local/bin
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user