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 X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Mon, 31 Mar 2003 11:22:22 -0500 (EST) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Adam Csillag cc: cygwin AT cygwin DOT com Subject: Re: cygwin + apache + php problem In-Reply-To: <000301c2f797$b8d51590$fd7efea9@adam> Message-ID: Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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/