Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Adam Csillag" To: Subject: RE: cygwin + apache + php problem Date: Mon, 31 Mar 2003 19:04:02 +0200 Message-ID: <000601c2f7a7$8af33930$fd7efea9@adam> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal In-Reply-To: I have now set the permissions with the utilities you described, still no luck. Here are the settings: # file: /usr/lib/apache/libphp4.dll # owner: Adam # group: Felhasznalok user::rwx group::r-x group:SYSTEM:rwx group:Rendszergazdak:rwx mask:rwx other:--- This is a hungarian Windows, that's why it has those wierd names. By the way, could the problem be that these names contain special hungarian characters? Thanks for the help: Adam -----Original Message----- From: Igor Pechtchanski [mailto:pechtcha AT cs DOT nyu DOT edu] Sent: Monday, March 31, 2003 6:22 PM To: Adam Csillag Cc: cygwin AT cygwin DOT com Subject: Re: cygwin + apache + php problem On Mon, 31 Mar 2003, Adam Csillag wrote: > >Are the permissions of libphp4.dll OK? > > Now I set it to the same group, and same permissions as the other files: > -rwxr-x--- > I still get the same error message. The only difference is that the other > files have -rwxr-x---+. What does that + sign mean, and how do I set it? Or > does that have anything to do with this problem? Thanks: > > Adam Adam, I was about to direct you to the "ls" man page, but reviewed both it and the info page, and couldn't find anything about the format of ls's output (after a cursory reading, that is). So, to answer your question, that "+" means there are extra ACLs (access control lists) associated with the file, that are more fine-grained than the regular UGO (user-group-others) permission model can express. To view and change those ACLs use the "getfacl" and "setfacl" utilities. For more information, "getfacl --help" and "setfacl --help". Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! Knowledge is an unending adventure at the edge of uncertainty. -- Leto II -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/