mirror of
https://codeberg.org/postscriptum/devzone.org.ua.git
synced 2026-02-18 22:02:41 +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
|
``` bash
|
||||||
mkdir /path/to/ftp_root/ps
|
mkdir /path/to/ftp_root/ps
|
||||||
chown ps:ps /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`
|
* щодо прав на вміст, згодом звернемо увагу на опцію `local_umask`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue