|
|
Question : How to CHMOD to 770 on a Windows 2003 server with IIS 6.
|
|
I'm trying to install phpfox on windows 2003 server running IIS version 6.0. Phpfox requires a chmod of 770 but windows is only accepting 666. Can anyone help? I've tried calling the phpfox office a few times and never gotten anything but voicemail.
Any ideas how we can do this? If you check the link below everything shows as unwritable.
Please help....
http://www.digitaldolls.com/dev/install/index.php?step=check
|
Answer : How to CHMOD to 770 on a Windows 2003 server with IIS 6.
|
|
Hi,
I don't know how to do it, but here is some use full information
Let me first point out the equivalents : PERMISSION COMMAND rwx rwx rwx chmod 777 filename rwx rwx r-x chmod 775 filename rwx r-x r-x chmod 755 filename rw- rw- r-- chmod 664 filename rw- r-- r- chmod 644 filename U = User G = Group E = Everyone r = Readable w = writable x = executable - = no permission
or you can:
400 read by owner 040 read by group 004 read by anybody (other) 200 write by owner 020 write by group 002 write by anybody 100 execute by owner 010 execute by group 001 execute by anybody
To find the combination, just add them up.
or you can download this tool for free to do the conversion for you: http://www.softpedia.com/get/System/System-Miscellaneous/CHMOD-Win.shtml
|
|
|
|