From owner-freebsd-questions@FreeBSD.ORG Sat Jun 19 14:19:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6973E16A4CE for ; Sat, 19 Jun 2004 14:19:44 +0000 (GMT) Received: from usenet.ath.cx (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1EF443D46 for ; Sat, 19 Jun 2004 14:19:43 +0000 (GMT) (envelope-from bernt@bah.homeip.net) Received: from [10.0.0.3] ([10.0.0.3]) by usenet.ath.cx (8.12.11/8.12.9) with ESMTP id i5JEJJxn038960; Sat, 19 Jun 2004 16:19:19 +0200 (CEST) (envelope-from bernt@bah.homeip.net) Message-ID: <40D44D0D.4040802@bah.homeip.net> Date: Sat, 19 Jun 2004 16:26:21 +0200 From: "Bernt. H" User-Agent: Thunderbird 0.4 (FreeBSD 4.8) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bruce Hunter References: <1087105316.48711.3.camel@solid.solisixoffice.com> In-Reply-To: <1087105316.48711.3.camel@solid.solisixoffice.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd questions Subject: Re: Application commands without having to restart X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2004 14:19:44 -0000 Bruce Hunter wrote: > Hello everyone, > > I just installed a port. Usually, a application has a define command to > start it and can be run from anywhere on the command line. When you > first install an application. The command isn't available to the system > until after a reboot. > > How do I make the system aware? Refresh the commands list? > Any reading material on this? If you have the standard shell (csh) then a simple % rehash would do. > > Thanks for your help > Bruce