From owner-freebsd-questions Tue Sep 17 16:00:01 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA19922 for questions-outgoing; Tue, 17 Sep 1996 16:00:01 -0700 (PDT) Received: from seagull.rtd.com (root@seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA19916 for ; Tue, 17 Sep 1996 15:59:58 -0700 (PDT) Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/8.7.3) id PAA14708; Tue, 17 Sep 1996 15:52:24 -0700 (MST) From: Don Yuniskis Message-Id: <199609172252.PAA14708@seagull.rtd.com> Subject: Re: Quick Question To: rios@ricochet.net (gordon rios) Date: Tue, 17 Sep 1996 15:52:24 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: <323F22DE.6E24@ricochet.net> from "gordon rios" at Sep 17, 96 03:14:54 pm X-Mailer: ELM [version 2.4 PL24] 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 > 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? Either make sure "." is in your $PATH (at the end, if at all) or, use ./hello to invoke "hello" --don