Web Hosting Talk







View Full Version : File permisisons


chiessa
02-27-2001, 07:37 PM
On my old server, I used to set permissions of data directories to 705 and data files to 600, and my CGI scripts worked as expected since they ran with permissions of the owner of the scripts.

But now on a RaQ3 of my friend, I have to use 707 and 606 respectively. Is it possible to configure RaQ3 to accept 705 and 600? If yes, how?

Cael
02-28-2001, 05:54 AM
In telnet , type in

chmod 707 pathtofile.extension

Hope that helps...