I'm trying to change permissions on a users home directory, but linux (Mandrake 9.0) keeps resetting the permissions after a certain period of time (eg. 1/2 hour or so).
This is how I'm changing the file permissions (as root):
CODE
chmod 755 [users name goes here]
I'm using this machine as a firewall to my local network, and I need to change the directory permissions to allow apache access to the users public_html folder. During installation I set the OS to the high security level, so I'm not sure if this is causing the problems.
If someone has experience a similar problem or has any suggestions for me, it would be greatly appreciated. Thank in advanced,
--Erik