--- Marius Røstad <[EMAIL PROTECTED]> wrote:
> I have a Windows XP pro

[snip]

> How do I change file permissions to make it "identical" to the
> chmod 777 on Unix systems.

This is a total guess, but...

With Windows, you probably right-click the file and go to properties, then
you want to grant read, write, and execute privileges to user, group, and
other.

I would recommend, however, taking the time to figure out exactly what
permissions are necessary and not grant anymore than that. While many
developers use "chmod 777" while trying to debug a problem, it is a very
bad idea to leave the permissions set this way.

This may be less of an issue with Windows, since I think "chmod 777" is a
good way to describe the environment.

Hope that helps.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security Handbook
     Coming mid-2004
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to