Link to home
Start Free TrialLog in
Avatar of daveko
daveko

asked on

Environment settings via telnet

When I telnet into my box, I'd like to issue the "su" command and become root.  This works fine but I'd like to have the full root environment as if I logged into my box locally with that account.  My path, rights, etc.

I'm sure this is simple.  Must be so simple most books don't cover it.  Help me... I'm a win32 guy trying to convert. =P
ASKER CERTIFIED SOLUTION
Avatar of cgrey
cgrey
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
or simply
  su -
or use  
  rlogin -l root localhost
which has some advantages to su -
Avatar of daveko
daveko

ASKER

Thanks!  That works great.  Now I can really do things remotely on that machine.