From owner-freebsd-questions Sat Sep 15 15:40:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 1E66A37B40D for ; Sat, 15 Sep 2001 15:40:05 -0700 (PDT) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.3/8.11.3) with ESMTP id f8FMcZ593482; Sat, 15 Sep 2001 18:38:35 -0400 (EDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f8FMeEE37110; Sat, 15 Sep 2001 18:40:14 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Sat, 15 Sep 2001 18:40:14 -0400 (EDT) From: Joe Clarke To: David Loszewski Cc: Subject: Re: ncftp shortcut In-Reply-To: <001901c13e36$ab0dd0d0$3000b1d8@sickness> Message-ID: <20010915183904.C20318-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Make sure /usr/local/bin is in your PATH. To do so: in sh, bash, kash: PATH=${PATH}:/usr/local/bin ; export PATH in csh, tcsh: set path = ($path /usr/local/bin) rehash Joe On Sat, 15 Sep 2001, David Loszewski wrote: > If you guys haven't noticed yet with the amount of questions that I've > been asking I'm a newbie when it comes to FreeBSD. Linux is a baby's > toy compared to FreeBSD. It's wonderful having this list to ask > questions on since I seem to get much more direct questions from this > list than from some book online. Hopefully I'll soon become competent > enough to start helping others the way that all of you have been helping > me and putting up with such pathetic questions. > > Anyways.I just installed ncftp from source. How do I now make it so > that it can be executed from anywhere? Ncftp was installed into the > /usr/local/bin/ directory. > > Thanks again, > Dave > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message