in reply to Re^2: Perl Permissions
in thread Perl Permissions

Chrism... I think you're missing the point: Windows does not support unix style permissions. It has its own scheme and quite different "system hooks.</" Hence, unless the docs for your W32 version of perl specifically say that chmod DWIMS on an IIS server, it's extremely UNLIKELY to do so.   See:
http://www.tnsites.com/support/s_CHMOD-tutorial.asp
How to convert CHMOD Commands (Permission Codes) to Windows Permissions
You cannot set CHMOD on a Windows 2003 server since that is a Unix/Linux server command function that does not work on Windows IIS5 servers....

Suggest you read the original (above), or, similarly,
http://www.1planhost.com/support/s_CHMOD-tutorial.asp
and many other ISP explanations (LIGHT APPEARS! ...perhaps even that provided by the relevant ISP?)

Other, perhaps useful discussions appear at: Hope this helps.

Replies are listed 'Best First'.
Re^4: Perl Permissions
by chrism01 (Friar) on Dec 05, 2006 at 04:41 UTC
    I'm sure you're exactly right, as I NEVER work on MS :). I knew MS FS didn't support Unix style perms, but I had heard there were similar concepts in some MS filesystem(s).