RE: global path settings - /etc/profile settings

2003-06-04 Thread Robert P. J. Day
On Tue, 3 Jun 2003, Eric Hammersley wrote: > Honestly the easiest way is to follow the same method RH uses in > /etc/profile. Add another 'pathmunge' after the last one in > /etc/profile. ie. > > pathmunge /your/path/here after > > Add the 'after' if you want it to add at the tail of the exis

RE: global path settings - /etc/profile settings

2003-06-04 Thread Eric Hammersley
From: Kelvin L. Barnes [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 4:16 PM To: [EMAIL PROTECTED] Subject: global path settings - /etc/profile settings I am looking for detailed instructions (with examples, if possible) that I can follow to add global paths to RH9. Thank you. -- redha

global path settings - /etc/profile settings

2003-06-03 Thread Kelvin L. Barnes
I am looking for detailed instructions (with examples, if possible) that I can follow to add global paths to RH9. Thank you. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: PATH settings

1998-05-25 Thread David Masterson
> "Greg" == Greg Fall <[EMAIL PROTECTED]> writes: > On Sat, 23 May 1998, David Masterson wrote: >>> Set the xdm resources like this in /etc/X11/xdm/xdm-config: >>> DisplayManager._0.userPath: \ >>> /usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin/:\ >>> /usr/bin/mh: >>> DisplayManager._0.systemP

Re: PATH settings

1998-05-24 Thread Jacek Andreas Matulla
> There are a million ways you could reconcile these situations (change > various things in /etc/profile, ~/.bash_profile, or ~/.bashrc, set up > your window manager to pass an option to all xterms that makes them start > login shells, blah blah blah), but I prefer the following: Thanx a lot Gr

Re: PATH settings

1998-05-24 Thread Greg Fall
On Sat, 23 May 1998, David Masterson wrote: > > Set the xdm resources like this in /etc/X11/xdm/xdm-config: > > > DisplayManager._0.userPath: \ > > /usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin/:\ > > /usr/bin/mh: > > DisplayManager._0.systemPath: \ > > /usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bi

Re: PATH settings

1998-05-24 Thread Dave Wreski
> BTW, who handles the MAN pages for rlogin and rsh? Right now, I can't > get rsh to work for me ("Permission denied"). Isn't creating a > .rhosts file enough? This could be described better in the MAN pages. There's more to it for the root user. 8. Rshd then validates the user using r

Re: PATH settings

1998-05-24 Thread David Masterson
I haven't had the chance to play around with PATH setting on RH 5.0 yet, but some things I've learned from other systems may play here. > "Greg" == Greg Fall <[EMAIL PROTECTED]> writes: > There are a million ways you could reconcile these situations > (change various things in /etc/profile,

Re: PATH settings

1998-05-23 Thread Maxwell Smart
> O.K. I inspected all suggested files. And the console when logging in as > root > will see /usr/sbin and /sbin. Whenn logging in as a user it does not see > /sbin > and /usr/sbin. And there is NO mention of /sbin in /etc/profile and > ~/.profile > deos not even exist. There are no setting concer

Re: PATH settings - errata

1998-05-22 Thread Greg Fall
On Fri, 22 May 1998, Greg Fall wrote: > (WM) inherits the login shell's path, and any shells started by your WM > (e.g. shells running in xterms) also inherit that same path. Therefore, > people who use runlevel 5 and console logins should expect the path used > by their window manager, as well

Re: PATH settings

1998-05-22 Thread Greg Fall
On Fri, 22 May 1998, Jacek Andreas Matulla wrote: > > I don't know about kdm, but xdm uses two settings, found in > > /etc/X11/xdm/xdm-config. Mine works nicely when I set paths in that > > file, like this: > > > > DisplayManager._0.userPath: \ > > /usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin/\

Re: PATH settings

1998-05-22 Thread Jacek Andreas Matulla
On 22-May-98 Greg Fall wrote: > On Fri, 22 May 1998, Jacek Andreas Matulla wrote: > >> Hi all, >> >> I have some problems with my PATH setting. When I log on as root to the >> console >> my PATH contains /sbin and /usr/sbin. When logging in with kdm my PATH is >> missing /sbin and /usr/sbin. No

Re: PATH settings

1998-05-22 Thread Dan Cyr
The system wide path is in /etc/profile Per user PATH is appended to the system wide PATH in a file called .bash_profile in each users HOME directory. Dan At 11:55 AM 5/22/98 +0200, you wrote: >Hi all, > >I have some problems with my PATH setting. When I log on as root to the console >my PATH

Re: PATH settings

1998-05-22 Thread Greg Fall
On Fri, 22 May 1998, Jacek Andreas Matulla wrote: > Hi all, > > I have some problems with my PATH setting. When I log on as root to the console > my PATH contains /sbin and /usr/sbin. When logging in with kdm my PATH is > missing /sbin and /usr/sbin. Now my /etc/profile does not contain /sbin an

PATH settings

1998-05-22 Thread Jacek Andreas Matulla
Hi all, I have some problems with my PATH setting. When I log on as root to the console my PATH contains /sbin and /usr/sbin. When logging in with kdm my PATH is missing /sbin and /usr/sbin. Now my /etc/profile does not contain /sbin and /usr/sbin. So where would I put these both...? Only for roo