From owner-freebsd-questions@FreeBSD.ORG Tue Oct 11 09:49:30 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16FC91065675 for ; Tue, 11 Oct 2011 09:49:30 +0000 (UTC) (envelope-from bsdlisten@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9D98A8FC12 for ; Tue, 11 Oct 2011 09:49:29 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so11290459bkb.13 for ; Tue, 11 Oct 2011 02:49:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:user-agent :x-mailer:mime-version:content-type:content-transfer-encoding; bh=/VX+mqpEucZTdp6BzRs+GbTkLmU3E4weeNwzSOu8Hro=; b=uIq+7DUFzsjlUAHIIivo9OcN4qBZRPWT0pRVUSOpyS740beFojqN+xSe3VYPzNkSXs 8q+maeInnVqu/333T3jxjzVB7ZeGD9MJZiL9xPiCivCms/KectMJ9VxQIZGm9ashqkDA kg8P191pP8LlANU3UJZflg0G90xioHrCpLfhE= Received: by 10.204.156.141 with SMTP id x13mr2680923bkw.54.1318326568332; Tue, 11 Oct 2011 02:49:28 -0700 (PDT) Received: from debiand1.localdom.ain ([89.47.83.116]) by mx.google.com with ESMTPS id k26sm20545041bks.1.2011.10.11.02.49.26 (version=SSLv3 cipher=OTHER); Tue, 11 Oct 2011 02:49:26 -0700 (PDT) Date: Tue, 11 Oct 2011 12:49:19 +0300 From: Rares Aioanei To: freebsd-questions@freebsd.org Message-ID: <20111011124919.176e905e@debiand1.localdom.ain> In-Reply-To: References: User-Agent: my user agent X-Mailer: my x-mailer Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: can't find installed executables 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: Tue, 11 Oct 2011 09:49:30 -0000 On Tue, 11 Oct 2011 11:09:40 +0200 Jim jim wrote: > > Hallo, > I'm kind of new to FreeBSD and installed the latest version a few days ago, it gave me the option to install some packages and I chose some of them like 'FlightGear' for example.But now I don't know how to execute this game or any other program I got installed. I can find the folder and it's like /usr/ports/games/flightgear but there is the Makefile so I think that is the installation folder and i also tried to install it but than it shows me that it is already installed.Could you tell me which one is the executable and how to run it or where I can find it? > Hope you can help me with this. > Yours Sincerely > Jim van Dooren. Try 'rehash' from the terminal. (T)csh users need that. -- Rares Aioanei