[EMAIL PROTECTED] (Beavis) wrote: >i am trying to run >fp_install.sh i get a bash error >bash: /usr/local/fp_install.sh: Permission denied
Is it executable? Check with 'ls -l /usr/local/fp_install.sh'. To make it executable, 'chmod +x /usr/local/fp_install.sh'; or you can run it without that using 'sh /usr/local/fp_install.sh'. -- Colin Watson [EMAIL PROTECTED]