Hi,
I am running 9.10
If I try to run a shell script (bash) in the current directory as root, I have to put the sh command before the script, for example:
sh example.sh
It will not run with solely typing:
./example.sh
any help is greatly appreciated!
I am running 9.10
If I try to run a shell script (bash) in the current directory as root, I have to put the sh command before the script, for example:
sh example.sh
It will not run with solely typing:
./example.sh
any help is greatly appreciated!
Comment