Ask a Question related to AIX, Design and Development.
-
chuckd35@msn.com #1
Default PATH
On our AIX 5.1 systems we are unable to have the /etc/profile or
/etc/environment PATH statements take. The individual users
$HOME/.profile overrides any PATH statements in /etc/profile or
/etc/environment. Has anyone seen this problem, or know the solution?
chuckd35@msn.com Guest
-
clipping path shows ouside path in quark
I'm making paths on silo'd objects on white backgrounds to place on colored backgrounds in quark 4. Operating pshop 6.01 in os 9.2. I put the path on... -
Default path word wrap.
I use InDesign to letter comic books. I make circular paths as bubbles, and put the dialogue for the comic book in the bubble. This works fine,... -
#25444 [Bgs->Opn]: php4isapi.dll path to win.ini doesn't load from current path.
ID: 25444 User updated by: ict at primus dot ca Reported By: ict at primus dot ca -Status: Bogus +Status: ... -
#25444 [NEW]: php4isapi.dll path to win.ini doesn't load from current path.
From: ict at primus dot ca Operating system: W2K PHP version: 4.3.3 PHP Bug Type: *Configuration Issues Bug description: ... -
OSX: translate path with slashes to path with colons and volume name
Hi all, I need to convert a UNIX-path to a Mac OS X path. For example: /Applications/Chess.app matches Macintosh HD:Applications:Chess.app ... -
Todd H. #2
Re: Default PATH
[email]chuckd35@msn.com[/email] writes:
Yes, that's the way UNIX is designed. The local customization trumps> On our AIX 5.1 systems we are unable to have the /etc/profile or
> /etc/environment PATH statements take. The individual users
> $HOME/.profile overrides any PATH statements in /etc/profile or
> /etc/environment.
the system wide one.
Users shouldn't be setting PATH in an absolute fashion.> Has anyone seen this problem, or know the solution?
Instruct users that their setting of an absolute PATH breaks things
and that their .profile should only append to the existin PATH
statement, eg
good:
PATH=$PATH:$HOME/bin
export PATH
versus the bad:
PATH=/usr/local/bin:/bin:/usr/bin:$HOME/bin
export PATH
Best Regards,
--
Todd H.
[url]http://www.toddh.net/[/url]
Todd H. Guest
-
Rich #3
Re: Default PATH
<chuckd35@msn.com> wrote in message
news:39ab5d89.0309091222.76e14668@posting.google.c om...> On our AIX 5.1 systems we are unable to have the /etc/profile or
> /etc/environment PATH statements take. The individual users
> $HOME/.profile overrides any PATH statements in /etc/profile or
> /etc/environment. Has anyone seen this problem, or know the solution?
The shell will by default take the path form /etc/profiles and
/etc/environments. A users setting in their home directory with override.
What you must do is append the path. ie in the the $HOME/.profile is
should say
export PATH=$PATH:/usr/local/bin
where the usr/local/bin is whatever you want to add do the path set in
/etc/environment
Hope this helps
Rich
Rich Guest



Reply With Quote

