Users with php dir in /usr/local/directadmin/data/users/<user>/ unwritable as root?

hucon

Verified User
Joined
Sep 29, 2011
Messages
12
Users with php dir in /usr/local/directadmin/data/users/<user>/ unwritable as root?

Even as root I cannot access, create files or dirs in some users directories. Some of the other users don't have this issue.

This way I cannot add the php-fpm configs there :( as ./build rewrite_confs fails to write there.

Code:
[root@bladerunner php]# ll
total 4
-rwxrwxr-x 1 root root 32 Nov 30  2014 php.ini
[root@bladerunner php]# touch test
touch: cannot touch `test': Permission denied
[root@bladerunner php]# pwd
/usr/local/directadmin/data/users/bas/php
[root@bladerunner php]#
 
Could you post the output of

lsattr /usr/local/directadmin/data/users/bas/ |grep php
 
Back
Top