mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-02-18 22:12:40 +00:00
fix dir permissions
This commit is contained in:
parent
d87c1f15be
commit
8ab91d7a75
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ mkdir -p /path/to/ftp_root
|
|||
``` bash
|
||||
mkdir /path/to/ftp_root/ps
|
||||
chown ps:ps /path/to/ftp_root/ps
|
||||
chmod 0644 /path/to/ftp_root/ps
|
||||
chmod 0755 /path/to/ftp_root/ps
|
||||
```
|
||||
* щодо прав на вміст, згодом звернемо увагу на опцію `local_umask`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue