From owner-freebsd-questions Mon Jul 5 15:24:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id C32DC1536B for ; Mon, 5 Jul 1999 15:23:56 -0700 (PDT) (envelope-from doranj@ucsu.Colorado.EDU) Received: (from doranj@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) id QAA23597; Mon, 5 Jul 1999 16:23:45 -0600 (MDT) From: Jonathon Doran Message-Id: <199907052223.QAA23597@ucsu.Colorado.EDU> Subject: Re: path.... To: Reinoud.Koornstra@ibbnet.nl (Reinoud Koornstra) Date: Mon, 5 Jul 1999 16:23:45 -0600 (MDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: from "Reinoud Koornstra" at Jul 5, 99 11:47:02 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have again a question. > I what file can i add path's so that file in that dir can be called from > anywhere? FOr example the usr/local/bin is also in the path, but where can > i add more dirs? This depends on what shell you are running. If you are using "sh" then edit the "PATH" variable in ~/.profile. If you are using "csh" then edit the "path" variable in ~/.cshrc. If you are using another shell, then let us know what it is. > I also did sh MAKEDEV snd0 in the dev dir so..... > However, it keeps failing, i dont know what to do... Give us a little more info on what the failure is. What types of errors do you get? How did you determine that it is failing? If you can locate the relevant log messages, please send only those. If you have no idea what is relevant, then I guess you'll need to send the whole thing. I may be speaking only for myself, but my eyes tend to glaze over quickly when I see 1000 lines of config without much of an idea what I'm looking for. Jon Doran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message