From owner-freebsd-questions@FreeBSD.ORG Sat Jul 22 20:11:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6AB0C16A4DA for ; Sat, 22 Jul 2006 20:11:38 +0000 (UTC) (envelope-from freebsd.ph@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8943543D45 for ; Sat, 22 Jul 2006 20:11:37 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1820823uge for ; Sat, 22 Jul 2006 13:11:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=EotBdO75B3fsLO6GkmJ2V4fB1dgh4WOFc6WhxCn4uj2pDcEd+b4Bsl8+6DKd4Seezca46S3a5K1WURgUFfm+wmlBWFFbW4vQpqH6xjnWp04YmmTz8A8UzX05aUbOCNElT724OWZi5cTJfXg9ijpiLSbiNyAvbAaycaAGPKDqhKQ= Received: by 10.78.178.5 with SMTP id a5mr930056huf; Sat, 22 Jul 2006 13:11:36 -0700 (PDT) Received: by 10.78.141.18 with HTTP; Sat, 22 Jul 2006 13:11:36 -0700 (PDT) Message-ID: Date: Sun, 23 Jul 2006 04:11:36 +0800 From: "jan gestre" To: "Joshua Lewis" In-Reply-To: <20060721113359.e72c8bd2fa3c8298c4bf39a8c4c61b77.4bb023dd09.wbe@email.secureserver.net> MIME-Version: 1.0 References: <20060721113359.e72c8bd2fa3c8298c4bf39a8c4c61b77.4bb023dd09.wbe@email.secureserver.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Reload commands X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2006 20:11:38 -0000 On 7/22/06, Joshua Lewis wrote: > > > How do I tell my system to reload what ever folder has my commands? If > I install something from ports for instance cheetah (I am trying to > figure out how to read a web page without installing gnome or kde or > something) how do I execute the command. I don't know where it is. So > the only way I know is to reboot the system. > Sincerely, > Joshua Lewis to refresh the commands just type: # rehash you need not reboot the machine. HTH