I have already created a PHP script that creates a folder within my home
Linux directory, but I want to know how to change its rights ( rwx
) because the created folder has ownership the daemon and the rest of the script ( chown
) does not work. Please detail as I do not have much Linux experience.