From owner-freebsd-questions Tue Feb 21 22:43:23 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id WAA28503 for questions-outgoing; Tue, 21 Feb 1995 22:43:23 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id WAA28492 for ; Tue, 21 Feb 1995 22:42:00 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id WAA08723; Tue, 21 Feb 1995 22:41:19 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.9/8.6.5) with SMTP id WAA00314; Tue, 21 Feb 1995 22:41:19 -0800 Message-Id: <199502220641.WAA00314@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: "Duane R. Ellison " cc: questions Subject: Re: execute script In-reply-to: Your message of "Tue, 21 Feb 95 22:31:53 GMT." From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 21 Feb 1995 22:41:06 -0800 Sender: questions-owner@FreeBSD.org Precedence: bulk >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