Hello everyone I have a question!
we have a dedicated server were we hosting website some of our customer can't delete or remove files using file manager or ftp.
how i can fix ?
Thanks for help![]()
Hello everyone I have a question!
we have a dedicated server were we hosting website some of our customer can't delete or remove files using file manager or ftp.
how i can fix ?
Thanks for help![]()
Last edited by tomz2; 10-10-2007 at 06:52 PM.
Are you using SuExec/phpSuExec/SuPHP by chance? If not, it is likely those were files created by scripts as user nobody and if the permissions are such that another user (such as the hosting account owner) cannot do anything with them, that would cause an issue like this.
Depending on the situation, you may want to chown or chmod the files. Just coordinate this with the hosting account owner if you want to ensure you wont break things in the process with their custom scripts.
Sorry for late update i fix by using this comand
chown user -R /home/user
Thanks a lot![]()