Bash Script Help!
I made a small bash script to backup to a sccond drive but everytime I try to run it I get "command not found".I have the first line as:
#!/bin/bash
I can run the other lines of the script from the comand line but not the script. I chown the file to root, chmod the script to a+x.
Anyone have any ideas what I have wrong, I am fairly new at this! Learning from a book "Linux System Administration"
Thanks,
BOB
