In ESXi 6.0 host I created Bash script which I renamed as "test.sh" and I'm not able to run it if I type:
./test.sh
While I type It's ok:
sh test.sh
Is there way to run script as ./test.sh ?!
In ESXi 6.0 host I created Bash script which I renamed as "test.sh" and I'm not able to run it if I type:
./test.sh
While I type It's ok:
sh test.sh
Is there way to run script as ./test.sh ?!