From owner-freebsd-questions Thu Jun 25 22:23:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA10132 for freebsd-questions-outgoing; Thu, 25 Jun 1998 22:23:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA10119 for ; Thu, 25 Jun 1998 22:23:16 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id BAA04992; Fri, 26 Jun 1998 01:17:56 -0400 (EDT) (envelope-from listread) Message-Id: <199806260517.BAA04992@lucy.bedford.net> Subject: Re: Solaris question (sorry!) In-Reply-To: <3592BA8B.4E4A33C5@graphnet.com> from Roman Katsnelson at "Jun 25, 98 05:00:59 pm" To: romank@graphnet.com (Roman Katsnelson) Date: Fri, 26 Jun 1998 01:17:56 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG X-no-archive: yes Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Roman Katsnelson wrote: > Hi, > > I am really sorry to post an off-topic question, but I have no time to > find a SOlaris group right now, and I really need to know. > > How does one edit the $PATH in Solaris? Mine is empty and I need to ass > /usr/local/bin. > > Thanks, and my apologies. > This isn't an OS question at all, really. It's a shell question. For Bourne shells: PATH="/usr/local/bin/:"$PATH export PATH For csh set path = ( /usr/local/bin $path ) Normally this should be done in ~/.login (csh) or ~/.profile (sh) dv -- http://www.microsoft.com/security: `Microsoft Windows NT Server is the most secure network operating system available.' Don Quixote: `You are mistaken, Sancho.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message