On Wed, 9 Jun 2004, RYAN vAN GINNEKEN wrote: >echo "rmvg\0xxxxxx\0" | /usr/local/bin/checkpassword 3<&0 echo; echo $? >-bash: /usr/local/bin/checkpassword: Permission denied >126
What are the permissions of checkpassword? Try this: ls -l /usr/local/bin/checkpassword Then try this: chmod 755 /usr/local/bin/checkpassword chmod 755 /usr/local/bin chmod 755 /usr/local Might do the trick. Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something http://www.bincimap.org/ | than to do it poorly."
