From owner-freebsd-questions Tue Sep 17 15:53:50 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA19665 for questions-outgoing; Tue, 17 Sep 1996 15:53:50 -0700 (PDT) Received: from hod (hod.tera.com [206.215.142.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA19654 for ; Tue, 17 Sep 1996 15:53:46 -0700 (PDT) Received: from athena.tera.com (athena.tera.com [206.215.142.62]) by hod (8.7.5/8.7.3) with ESMTP id PAA08115; Tue, 17 Sep 1996 15:53:07 -0700 (PDT) From: Gary Kline Received: (from kline@localhost) by athena.tera.com (8.7.5/8.7.3) id PAA04229; Tue, 17 Sep 1996 15:53:06 -0700 (PDT) Message-Id: <199609172253.PAA04229@athena.tera.com> Subject: Re: Quick Question In-Reply-To: <323F22DE.6E24@ricochet.net> from gordon rios at "Sep 17, 96 03:14:54 pm" To: rios@ricochet.net (gordon rios) Date: Tue, 17 Sep 1996 15:53:06 -0700 (PDT) Cc: questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL23 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk According to gordon rios: > Hello: > > Sometimes in a directory I created from my home directory I get the error > filename: not found. Example: I compile hello.c into hello using make > (apparently successfully). I then type hello at the prompt and get the > message: "hello: not found" I have checked various books, man pages, > etc. and I am fairly sure I understand the basics of chmod, chown, etc. > Can you help? > Your shell's $PATH is missing ``.'' If, in your home directory, you will type ./hello, your test program ought to work. gary kline >