Re: Questions on cygwin filemode in WindowsXP

2004-04-01 Thread Andrew DeFaria
Yufeng Xiong wrote: I hate MS for this matter, why they have to have a Home version and a Pro version, it's all money related! If you dig deep enough eventually you will always hit the "it's money related" area. This has nothing to do with MS really. It happens everywhere. Question is why do yo

Re: Questions on cygwin filemode in WindowsXP

2004-04-01 Thread Larry Hall
At 11:56 AM 4/1/2004, you wrote: >If you reboot into Safe Mode, the security tab becomes available. This is quite interesting, though probably not practical. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Was

Re: Questions on cygwin filemode in WindowsXP

2004-04-01 Thread Larry Hall
At 11:26 AM 4/1/2004, you wrote: >On Apr 1 08:20, David Rothenberger wrote: >> Yufeng Xiong wrote: >> >I'm using WindowsXP @Home, it does not seem to have anything available for >> >changing >> >file permissions from Windows itself, does anybody know how to do it ? >> >> You have to turn off "sim

Re: Questions on cygwin filemode in WindowsXP

2004-04-01 Thread Graucsh
file permissions from Windows itself, does anybody know how to do it ? Thanks. - Original Message - From: "David Rothenberger" <[EMAIL PROTECTED]> To: "Yufeng Xiong" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 10:15 AM S

Re: Questions on cygwin filemode in WindowsXP

2004-04-01 Thread Yufeng Xiong
PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 11:19 AM Subject: Re: Questions on cygwin filemode in WindowsXP > XP Home hides the permissions and doesn't provide a GUI tool for manipulating > them. If you search the web, you can find folks that claim they

Re: Questions on cygwin filemode in WindowsXP

2004-04-01 Thread Larry Hall
from Windows itself, does anybody know how to do it ? > >Thanks. > >- Original Message - >From: "David Rothenberger" <[EMAIL PROTECTED]> >To: "Yufeng Xiong" <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]> >Sent: Thursday, Apri

Re: Questions on cygwin filemode in WindowsXP

2004-04-01 Thread Corinna Vinschen
On Apr 1 08:20, David Rothenberger wrote: > Yufeng Xiong wrote: > >I'm using WindowsXP @Home, it does not seem to have anything available for > >changing > >file permissions from Windows itself, does anybody know how to do it ? > > You have to turn off "simple file sharing". It's under the View

Re: Questions on cygwin filemode in WindowsXP

2004-04-01 Thread Corinna Vinschen
On Apr 1 11:12, Yufeng Xiong wrote: > Thanks David for the help. > > The getfacl/setfacl command works fine. > And the setting change in xmeacs also works. > > I'm using WindowsXP @Home, it does not seem to have anything available for > changing > file permissions from Windows itself, does anybo

Re: Questions on cygwin filemode in WindowsXP

2004-04-01 Thread David Rothenberger
Yufeng Xiong wrote: I'm using WindowsXP @Home, it does not seem to have anything available for changing file permissions from Windows itself, does anybody know how to do it ? You have to turn off "simple file sharing". It's under the View tab of the Folder Options. Search in WinXP help for "simp

Re: Questions on cygwin filemode in WindowsXP

2004-04-01 Thread Yufeng Xiong
ginal Message - From: "David Rothenberger" <[EMAIL PROTECTED]> To: "Yufeng Xiong" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 10:15 AM Subject: Re: Questions on cygwin filemode in WindowsXP > Yufeng Xiong wrote: > >

Re: Questions on cygwin filemode in WindowsXP

2004-04-01 Thread Yufeng Xiong
ginal Message - From: "David Rothenberger" <[EMAIL PROTECTED]> To: "Yufeng Xiong" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 10:15 AM Subject: Re: Questions on cygwin filemode in WindowsXP > Yufeng Xiong wrote: > >

Re: Questions on cygwin filemode in WindowsXP

2004-04-01 Thread Corinna Vinschen
On Apr 1 07:15, David Rothenberger wrote: > Yufeng Xiong wrote: > > >1. What is the '+' in the file mode? I know it has something to do with > >file > >permission, after > >the editing, my web server/PHP does not have permission to open test.php > >anymore > > > I believe the "+" indicates that

Re: Questions on cygwin filemode in WindowsXP

2004-04-01 Thread David Rothenberger
Yufeng Xiong wrote: 1. What is the '+' in the file mode? I know it has something to do with file permission, after the editing, my web server/PHP does not have permission to open test.php anymore I believe the "+" indicates that there are some Windows permissions that do not map to the Unix-style

RE: Questions on cygwin filemode in WindowsXP

2004-04-01 Thread Buchbinder, Barry (NIH/NIAID)
April 01, 2004 9:48 AM To: [EMAIL PROTECTED] Subject: Questions on cygwin filemode in WindowsXP Hi All, I'm using the xemacs comes with Cygwin on WindowXP for file editing, but it has a problem with file mode: My original file (test.php) has the following mode using "ls -l": -rwx--

Questions on cygwin filemode in WindowsXP

2004-04-01 Thread Yufeng Xiong
Hi All, I'm using the xemacs comes with Cygwin on WindowXP for file editing, but it has a problem with file mode: My original file (test.php) has the following mode using "ls -l": -rwx--+. test.php after I edit it with xemacs, it generated a file ca