[quote author=cloverm link=board=9;threadid=4523;start=0#45845 date=1029443616]
Also run you scripts as ./scriptname if you are in the same folder.
[/quote]
does that work on korn shell? i used korn shell in college and the ./ thing never worked for me. i always executed my scripts using sh scriptname
[quote author=cloverm link=board=9;threadid=4523;start=0#45845 date=1029443616]
chmod 700 is not good! You have to do chmod 755. Also run you scripts as ./scriptname if you are in the same folder.
[/quote]
okay do you mean that i need to type in the "./" without quotes everytime i run a script?
cuz if i do it that way like this.
./test then i get santax error on line 2
Bookmarks