From owner-freebsd-questions@FreeBSD.ORG Wed Feb 14 23:54:37 2007 Return-Path: X-Original-To: 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 9939016A400 for ; Wed, 14 Feb 2007 23:54:37 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 6A48513C461 for ; Wed, 14 Feb 2007 23:54:37 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l1ENqjSW062088; Wed, 14 Feb 2007 18:52:45 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l1ENqjEI062087; Wed, 14 Feb 2007 18:52:45 -0500 (EST) (envelope-from jerrymc) Date: Wed, 14 Feb 2007 18:52:45 -0500 From: Jerry McAllister To: RawDevelopment Message-ID: <20070214235244.GA62068@gizmo.acns.msu.edu> References: <05a101c7508f$c6772170$0201a8c0@weeman> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <05a101c7508f$c6772170$0201a8c0@weeman> User-Agent: Mutt/1.4.2.2i Cc: questions@freebsd.org Subject: Re: Program / Command global 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: Wed, 14 Feb 2007 23:54:37 -0000 On Thu, Feb 15, 2007 at 12:28:02PM +1300, RawDevelopment wrote: > Hi there, > > I just installed screen, very handy. But when I goto use it I have to call > /usr/local/bin/screen > > how can I set it so I can just type > screen > ? Make sure /usr/local/bin is in your path. eg set you path in your either .cshrc (for csh/tcsh) or .profile (for sh or bash) file. If it is already in your path, then you just didn't update your path after the install. Either log out and log back in or do a 'rehash'. ////jerry > > Thanks :-) > _______________________________________________ > 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" >