How to change user and mode of a directory (owner root)?
I try with chown() and chmod(), but the response is always:
Operation not permitted in test.php.
I've to change user by shell to avoid the error.
Maybe I can't change user from root to nobody by code?
Anyone could help me?
Thanks.