Re: root user on telnet problem

2003-06-23 Thread Benjamin J. Weiss
Original Message - From: Vorpahl, Jason Stephen To: [EMAIL PROTECTED] Sent: Monday, June 23, 2003 12:02 AM Subject: root user on telnet problem When I log onto my lunix box as a user and use su root to change to the root account, I can’t use commands like chkconfig,

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

root user on telnet problem

2003-06-22 Thread Vorpahl, Jason Stephen
When I log onto my lunix box as a user and use su root to change to the root account, I can’t use commands like chkconfig, services, etc … to start and stop services.  Is there any way I can change the way I am doing things so I will be able to use these commands over a telnet session?