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/ |\ _,,,---,,_ [EMAIL PROTECTED] ZZZzz /,`.-'`' -. ;-;;,_ [EMAIL PROTECTED] |,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/