Capifony setfacl permissions: “Operation not permitted”

前端 未结 3 822
旧时难觅i
旧时难觅i 2021-01-20 18:20

I have a user didongo (user & group didongo), and the nginx server (user & group www-data). I\'ve setup Capifony to login as <

3条回答
  •  情书的邮戳
    2021-01-20 18:57

    Try this once with sudo and after you will no need to use sudo

    sudo sh -c 'setfacl -R -m u:didongo:rwX -m u:www-data:rwX /home/didongo/staging/shared/app/logs'
    

    Because you need to set x+ permissions, read this What is trailing Plus indicates

提交回复
热议问题