Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 1995 22:41:06 -0800
From:      David Greenman <davidg@Root.COM>
To:        "Duane R. Ellison " <duane@dtq.ptw.com>
Cc:        questions <questions@FreeBSD.org>
Subject:   Re: execute script 
Message-ID:  <199502220641.WAA00314@corbin.Root.COM>
In-Reply-To: Your message of "Tue, 21 Feb 95 22:31:53 GMT." <Pine.BSF.3.91.950221222907.1247B-100000@localhost> 

next in thread | previous in thread | raw e-mail | index | archive | help
>Hello,
>
>I am having a slight problem making a script executeable chmod 777 
>script_file.  I thought maybe I was doing something wrong but I tried in 
>on my service provider's system (linux) and it worked fine...
>
>basically
>vi dome
>echo Hello world!!!
><:wq>
>chmod 777 dome
>dome
>Hello world!!!
>
>On my system I get an unknown command.  I figure I have something messed 
>up, but I am not sure what.  Any clues would be appreciated.

  "." probably isn't in your path. Try ./dome

-DG



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502220641.WAA00314>