Quote:
Originally posted by HQ
I just found a 755 directory and "nobody" has the ability to read and write to the data files inside of it. So is 777 ever necessary? It does not seem necessary for me, anyway.
|
Yep, if you can simply do whatever you need to do with the files with 755, then I would really keep 755.
I would avoid 777 as much as possible, and use the chown with 775 option like i gave above instead, if it will work the same as 777.