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 Message-ID: From: "Kaufman, Duane (MED, LUNAR)" To: cygwin AT cygwin DOT com Subject: RE: Problems with man Date: Mon, 4 Aug 2003 07:26:35 -0500 MIME-Version: 1.0 Content-Type: text/plain Hello, > > > Below is the output from getfacl: > > # file: /usr/bin/tbl > > # owner: Administrators > > # group: mkgroup_l_d > > user::--- > > group::--- > > mask:rwx > > other:--- > > > > # file: /bin/cat > > # owner: Administrators > > # group: mkgroup_l_d > > user::--- > > group::--- > > mask:rwx > > other:--- > > > > # file: /usr/bin/nroff > > # owner: Administrators > > # group: mkgroup_l_d > > user::--- > > group::--- > > mask:rwx > > other:--- > > > > # file: /usr/bin/less > > # owner: Administrators > > # group: mkgroup_l_d > > user::--- > > group::--- > > mask:rwx > > other:--- > > Judging by the above, it is a permission problem. For some > reason, your > /usr/bin does not have the correct flags. bash, which uses a > different > mechanism for locating executables, doesn't notice this, but sh gets > confused. Try "chmod 755 /usr/bin/*". Also, the group name indicates > that your /etc/group file is not up to date (by showing the > command you > need to run, i.e., "mkgroup -l" and "mkgroup -d"). BINGO! That fixed it! Thanks guys, for all your help. Duane > Igor > -- > http://cs.nyu.edu/~pechtcha/ > |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu > ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com > |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. > '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! > > "I have since come to realize that being between your mentor > and his route > to the bathroom is a major career booster." -- Patrick Naughton > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/