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