[Inschool] script execution?
Adam Williams
inschool@kalamazoolinux.org
11 Jul 2003 11:26:24 -0400
> How the heck do I run my script that I have created????
> I have created a script file called "addaccts.sh " how do get it to
> run from the command line?
Assumming it is set executable (At CLI chmod u+x {filename} or
right-click permissions in nautilus)
./{scriptname}
Niether the WD (working directory) or your home directory are in your
PATH (at least as default) to protect you from nefarious script droppers
(a primitive way of trojaning systems).