Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Solved, set permissions to the root directory: sudo chmod -R 777 /.../
from the directory where test is:
sudo setfacl -Rm u:www-data:rwx test
sudo setfacl -Rm u:your_user_name:rwx test
sudo setfacl -Rm d:u:www-data:rwx test
sudo setfacl -Rm d:your_user_name :rwx test
sudo setfacl -Rm m::rwx test
sudo setfacl -Rm d:m::rwx test
and lastly:
sudo chown -R root:root test
and then you can never touch the rights at all )))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question