From owner-freebsd-questions Fri Jun 26 06:25:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA05624 for freebsd-questions-outgoing; Fri, 26 Jun 1998 06:25:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horton.iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA05608 for ; Fri, 26 Jun 1998 06:25:19 -0700 (PDT) (envelope-from proot@horton.iaces.com) Received: (from proot@localhost) by horton.iaces.com (8.8.7/8.8.7) id IAA22365; Fri, 26 Jun 1998 08:24:11 -0500 (CDT) From: "Paul T. Root" Message-Id: <199806261324.IAA22365@horton.iaces.com> 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 08:24:11 -0500 (CDT) Cc: freebsd-questions@FreeBSD.ORG X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 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 In a previous message, Roman Katsnelson said: > 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. > > Roman This really has nothing to do with Solaris. It's your shell. sh|ksh|bash in .profile (or .kshrc or .bashrc or .bash_profile): export PATH PATH=$PATH:/usr/local/bin csh|tcsh (in .login or .cshrc): set path=($path /usr/local/bin) However, in Solaris, you can also edit the PATH line in /etc/default/login. -- The problem with any unwritten law is that you don't know where to go to erase it. -- Glaser and Way To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message