Kevin, You wrote: >The following is the result of trying to execute install.s: > >sirius:/home/kjmck/files/software/toms/tomsrtbt-2.0.103# ./install.s >su: ./install.s: /bin/sh: bad interpreter: Permission denied
Does ./install.s have execute permission? This is the sort of non-intuitive error you'd get if it didn't. Or is the filesystem mounted noexec (which is implied by the mount options user or users)? In either case it should work if you do 'sh ./install.s'. Ron
