mirror of
https://codeberg.org/postscriptum/devzone.org.ua.git
synced 2026-02-19 14:12:39 +00:00
fix dir permissions
This commit is contained in:
parent
e9360c0e46
commit
48fe3c21f3
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,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