Quote:
Originally posted by johnlb
When I type in the script file, it says 'command not found' with BOTH my login and as superuser.
|
Did you type in the absolute path to the file, or just the name of it? If you are in the directory that it's in, you need to do './<script>' to make the shell look in the current directory for the executable.
.... that's all I can think of.