Re: [PHP] setting windows folder to chmod 644

2007-05-30 Thread Richard Lynch
On Fri, May 25, 2007 4:38 am, blueboy wrote:
> How can I do the equivalent of this in windows or is  there a tool I
> can
> use?

Install Cygwin? :-)

Windows permission system, or lack thereof, depeonds on which version
of Windows you are running.

So you need to tell us, or just do what everybody else does, and click
around in all the damn dialogs until it works and call it done.

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

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



Re: [PHP] setting windows folder to chmod 644

2007-05-25 Thread Edward Vermillion


On May 25, 2007, at 10:50 AM, Daniel Brown wrote:


On 5/25/07, Tijnema <[EMAIL PROTECTED]> wrote:

On 5/25/07, blueboy <[EMAIL PROTECTED]> wrote:
> How can I do the equivalent of this in windows or is  there a  
tool I can

> use?
>
> R.

Windows file systems don't have permissions like Unix-bases file  
systems.

For FAT16/FAT32 there are only a few (Read-Only & Hidden), for NTFS
file system there are more permissions (user/group based), I have no
clue how to set them, except for the RMB->Properties->check boxes at
bottom.
But I don't even think you need them, default settings are fine, they
are at least 644 equivalent I believe.

Tijnema

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




   You may want to check out the DOS command 'attrib'.  I used to use
that on DOS boxes before Windows was really much of anything.  I'm
sure it's still in the modern Windows versions, too.

   In fact, I just checked, and it is here's a link from  
Microsoft:
http://www.microsoft.com/resources/documentation/windows/xp/all/ 
proddocs/en-us/attrib.mspx?mfr=true




I thought windows versions of PHP tried to do the "right thing" for  
the chmod(), chown() and chgrp(), translating them to the best  
windows equivalent it can? Can't seem to find it in the manual atm,  
so I'm not sure where I picked it up.


Ed

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



Re: [PHP] setting windows folder to chmod 644

2007-05-25 Thread Daniel Brown

On 5/25/07, Tijnema <[EMAIL PROTECTED]> wrote:

On 5/25/07, blueboy <[EMAIL PROTECTED]> wrote:
> How can I do the equivalent of this in windows or is  there a tool I can
> use?
>
> R.

Windows file systems don't have permissions like Unix-bases file systems.
For FAT16/FAT32 there are only a few (Read-Only & Hidden), for NTFS
file system there are more permissions (user/group based), I have no
clue how to set them, except for the RMB->Properties->check boxes at
bottom.
But I don't even think you need them, default settings are fine, they
are at least 644 equivalent I believe.

Tijnema

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




   You may want to check out the DOS command 'attrib'.  I used to use
that on DOS boxes before Windows was really much of anything.  I'm
sure it's still in the modern Windows versions, too.

   In fact, I just checked, and it is here's a link from Microsoft:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/attrib.mspx?mfr=true

--
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

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



Re: [PHP] setting windows folder to chmod 644

2007-05-25 Thread Tijnema

On 5/25/07, blueboy <[EMAIL PROTECTED]> wrote:

How can I do the equivalent of this in windows or is  there a tool I can
use?

R.


Windows file systems don't have permissions like Unix-bases file systems.
For FAT16/FAT32 there are only a few (Read-Only & Hidden), for NTFS
file system there are more permissions (user/group based), I have no
clue how to set them, except for the RMB->Properties->check boxes at
bottom.
But I don't even think you need them, default settings are fine, they
are at least 644 equivalent I believe.

Tijnema

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



[PHP] setting windows folder to chmod 644

2007-05-25 Thread blueboy
How can I do the equivalent of this in windows or is  there a tool I can 
use?

R. 

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