Re: root user on telnet problem

2003-06-23 Thread Benjamin J. Weiss
Yes, I had the same problem.  The issue is this:  Let's say that you log in as "jason".  When you "su" to root, you're bringing "jason"s environment with you, so you're the root user in jason's environment.  The path is different, so you don't see those programs that you want to run.   The s

Re: root user on telnet problem

2003-06-23 Thread Esteban Pizzini
June 23, 2003 2:30 AM Subject: RE: root user on telnet problem > Hi Jason: > > Are you using "su" or "su -"? > > The former will etain your "environment" while the later will give > you root's "environment". I suspect you were usi

RE: root user on telnet problem

2003-06-22 Thread Hugh E Cruickshank
That should be: Are you using "su" or "su -"? The former will retain your "environment" while the later will give you root's "environment". I suspect you were using the former. Regards, Hugh From: Hugh E Cruickshank Sent: Sunday, June 22, 2003 22:31 > > Hi Jason: > > Are you using "su" or "su -

RE: root user on telnet problem

2003-06-22 Thread Hugh E Cruickshank
Hi Jason: Are you using "su" or "su -"? The former will etain your "environment" while the later will give you root's "environment". I suspect you were using the former. HTH Regrds, Hugh -- Hugh E Cruickshank, Forward Software, www.forward-software.com -Original Message- From: Jason S