On Sat, 1 Nov 2003, Gregory Stearns wrote:

> I know I am retarded, how ever I can not get the script I wrote to run
> on Free BSD 4.7.

1) Make sure it has execute permissions set (man chmod)

2) Make sure it's in a directory specified in your PATH variable.
Usually username/bin/ is a good place to put scripts. Alternatively, cd
to the directory where the script is and do a
   ./myscript.sh

HTH.

--
Chris Hill               [EMAIL PROTECTED]
**                     [ Busy Expunging <|> ]


_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to