[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bash Script Problem



Le 2002.08.26 18:48, "Thomas H. George,,," a écrit :
When I start a script file (test) with #!/bin/bash I get a message:

  bash ./test /bin/bash - bad interpreter: persmission denied.

My syst is woody with kernel 2.4.18.  What is wrong?


It's a bad idea to call your script 'test' which is also a shell builtin command.
Don't forget to start it with "./test" or "complete_path/test".



Reply to: