From: "mrick" <[EMAIL PROTECTED]>
mrick> My O.S is solaris 7,I want to know How do I add /usr/ccs/bin to
mrick> $PATH(super user)?
Nope, what you do is the following:
if you use an sh-compatible shell: PATH=${PATH}:/usr/ccs/bin; export PATH
if you use an csh-compatible shell: set path = ($path /usr/ccs/bin)
If you don't know what shell you use, do the following:
echo $SHELL
If the name is 'csh' or 'tcsh', it's a csh-compatible shell. If not,
there's a high chance that the shell you use is sh-compatible.
Any further questions about this you should ask your local systema
manager or whoever knows Unix locally.
--
Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
Redakteur@Stacken \ SWEDEN \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]