Go Back   Forum Care Forums > Development Reference Area > Php Development

Reply
 
LinkBack Thread Tools Display Modes
setting windows folder to chmod 644
Old
  (#1)
blueboy
Guest
 
Posts: n/a
Default setting windows folder to chmod 644 - 06-02-2007, 08:55 PM

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

R.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: [PHP] setting windows folder to chmod 644
Old
  (#2)
Tijnema
Guest
 
Posts: n/a
Default Re: [PHP] setting windows folder to chmod 644 - 06-02-2007, 08:55 PM

On 5/25/07, blueboy <EMAIL REMOVED> 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
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: [PHP] setting windows folder to chmod 644
Old
  (#3)
Daniel Brown
Guest
 
Posts: n/a
Default Re: [PHP] setting windows folder to chmod 644 - 06-02-2007, 08:55 PM

On 5/25/07, Tijnema <EMAIL REMOVED> wrote:
> On 5/25/07, blueboy <EMAIL REMOVED> 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/d....mspx?mfr=true

--
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: [PHP] setting windows folder to chmod 644
Old
  (#4)
Edward Vermillion
Guest
 
Posts: n/a
Default Re: [PHP] setting windows folder to chmod 644 - 06-02-2007, 08:55 PM


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

> On 5/25/07, Tijnema <EMAIL REMOVED> wrote:
>> On 5/25/07, blueboy <EMAIL REMOVED> 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/d...indows/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
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: [PHP] setting windows folder to chmod 644
Old
  (#5)
Richard Lynch
Guest
 
Posts: n/a
Default Re: [PHP] setting windows folder to chmod 644 - 06-02-2007, 08:56 PM

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?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Contact Us - Forum Care Forums - Archive - Top