From owner-freebsd-questions Sun May 14 5:26:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtpe.casema.net (smtpe.casema.net [195.96.96.172]) by hub.freebsd.org (Postfix) with SMTP id DD21437BD5C for ; Sun, 14 May 2000 05:26:14 -0700 (PDT) (envelope-from gin@hookers.com) Received: (qmail 1336 invoked from network); 14 May 2000 12:26:11 -0000 Received: from unknown (HELO Avelon.net) (195.96.121.237) by smtpe.casema.net with SMTP; 14 May 2000 12:26:11 -0000 Received: by hookers.com via sendmail from stdin id (Debian Smail3.2.0.102) for freebsd-questions@FreeBSD.ORG; Sun, 14 May 2000 13:33:07 +0200 (CEST) Date: Sun, 14 May 2000 13:33:07 +0200 From: XF To: Alex Kwan Subject: Re: A basic question about C programming (sloved) Message-ID: <20000514133307.A838@dds.nl> References: <000701bfbd9b$fd945300$591e40ca@alexkwan> <20000514131017.A801@dds.nl> <001701bfbd9d$eae8be60$591e40ca@alexkwan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: <001701bfbd9d$eae8be60$591e40ca@alexkwan>; from alexkwan@pacific.net.hk on Sun, May 14, 2000 at 08:14:12PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 14, 2000 at 08:14:12PM +0800, Alex Kwan wrote: > Hi! > > Thank you! it is ok now, but why? > > Alex > you have to give the PATH, normally you give a command like 'ls' it checks the PATH env to check where to look for usally in /bin /usr/bin etc.. but you program is not in those dirs so you have to give the full path: like /home/user/inform, ~/inform or ./inform (if in current dir) cyah -- Error: Keyboard not attached. Press F1 to continue. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message