Apache umask 002 not changing permissions
Posted
by Master
on Server Fault
See other posts from Server Fault
or by Master
Published on 2010-05-19T01:29:37Z
Indexed on
2010/05/19
1:31 UTC
Read the original article
Hit count: 332
I have used
[root ~]$ echo "umask 002" >> /etc/sysconfig/httpd
[root ~]$ service httpd restart
restarted apache many times but whenever i install something from script the directories are still not group writable.
What should i do
I have checked the file the umask 002 is at the end of file
© Server Fault or respective owner