mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Update v-fix-user-permissions
This commit is contained in:
parent
0ae1ea6adc
commit
fa165a0020
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ find /home/$user/mail/*/ -type d -exec chmod u+rwx {} \;
|
|||
find /home/$user/mail/*/ -type d -exec chmod g+rwx {} \;
|
||||
find /home/$user/mail/*/ -type f -exec chmod u+rw {} \;
|
||||
find /home/$user/mail/*/ -type f -exec chmod g+rw {} \;
|
||||
|
||||
find /home/$user/mail/*/ -maxdepth 1 -type d -exec chmod g-rwx {} \;
|
||||
|
||||
find /home/$user/conf/dns/ -type f -exec chown root:bind {} \;
|
||||
find /home/$user/conf/ -type d -exec chown root:root {} \;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue