From owner-freebsd-questions@FreeBSD.ORG Sun Apr 1 05:05:48 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B509016BC52 for ; Sun, 1 Apr 2007 05:05:48 +0000 (UTC) (envelope-from bri@sonicboom.org) Received: from entwistle.sonicboom.org (entwistle.sonicboom.org [66.93.34.170]) by mx1.freebsd.org (Postfix) with ESMTP id 9507313C44B for ; Sun, 1 Apr 2007 05:05:48 +0000 (UTC) (envelope-from bri@sonicboom.org) Received: from [192.168.0.100] (p3.sonicboom.org [66.93.34.235]) by entwistle.sonicboom.org (8.13.8/8.13.8) with ESMTP id l3155iIw084074; Sat, 31 Mar 2007 22:05:45 -0700 (PDT) (envelope-from bri@sonicboom.org) Message-ID: <460F3DAB.8000409@sonicboom.org> Date: Sat, 31 Mar 2007 22:05:47 -0700 From: Brian User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Michael Brady , FreeBSD Mailing List References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: new user help 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: Sun, 01 Apr 2007 05:05:48 -0000 Michael Brady wrote: > I am very new to Freebsd so this might be a dumb question, but I can't find > an answer through FAQ.. > > > > I used the command "make install clean" to install some ported applications, > and the installs went off without a hitch and reported successful.My problem > is that I can't find the locations of the installed applications or the > executables for the apps to run them.What am I missing here? > > > > Thank you in advance. > > Michael Brady > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > If you just installed them and havent relogged in yet, type rehash. If that fails, run /etc/periodic/weekly/310.locate as root and then locate filename. Brian