Problem chmod single site

Nova Web LTD

Verified User
Joined
Jan 23, 2014
Messages
41
I have a problem
I have a website that needs some files to 444
we put the file to 444, but the next day and was put by the system 644.
how can I ignore the control file only on this site?
thank you very much
 
Use chattr

Code:
chattr +i file.php

to protect it. Or find what process changes the file's permissions and stop it.
 
Back
Top