Free tech support / small logo


How do I get my environment to come along when I "su"?

A reader writes:
Here is the problem - when I su to become root I don't have any aliases or any stuff in my path. I also am not sure were the .bash_profile for root goes and if it is even read when su'ing - please help thanks.

Dave's Answer: This is an interesting puzzle. By default, when you use the sudo command, your environment should travel with you since it's just changing the effective user ID (or euid, if you want to be really geeky!). But su is another beast because it spawns a new subshell that should appear like it's from that account, not you. So shell aliases and environment settings are not typically inherited properly. Usually, though, people who work with su use either su - acct or su -l acct (depending on what flavor of Unix) which makes the subshell act as if it were a login shell, sourcing all "rc" files, and similar. That's probably what you want to use in this case.

In terms of where root has its "rc" files, the best way to ascertain that is to identify the HOME directory for the root account by using grep:

grep root /etc/passwd
Quite often, root has its home in the directory / or, sometimes, /home/root. You could then easily copy all of your own "rc" files into that directory to ensure that your root environment is functionally identical.



Categorized: Unix and Linux Help   (Article 3688, Written by )
Tagged:
Previous: And a nice review of "Wicked Cool Shell Scripts"
Next: How do I tweak my PATH?




Subscribe!
Never miss another Q&A article! Click to subscribe: Add to Google Reader Add to My Yahoo! Subscribe in NewsGator RDF XML
Comments

How do I get my enviroment to change back to my previous enviroment.

Posted by: TIMOTHY at August 15, 2005 4:57 PM

I have something to say, now that you mention it, but ...
Starbucks coffee cup I do have a lot to say, and questions of my own for that matter, but first I'd like to say thank you for all your efforts on this Web site by buying you a cup of coffee!

I do have a comment, now that you mention it!











Remember personal info?


Please note that I will never send you any unsolicited email. Ever.

While I'm at it, please note that by submitting a question or comment you're agreeing to my terms of service, which are: you relinquish any subsequent rights of ownership to your material by submitting it on this site.









Recent Entries


Search
I Need Help!
Need Help? Ask Dave Taylor!

Linux Journal: Free Issue!


© 2002 - 2012 by Dave Taylor. All Rights Reserved.

Note: This web site is for the purpose of disseminating information for educational purposes, free of charge, for the benefit of all visitors. We take great care to provide quality information. However, we do not guarantee, and accept no legal liability whatsoever arising from or connected to, the accuracy, reliability, currency or completeness of any material contained on this web site or on any linked site.

[whiteboard marker tray]
"Ask Dave Taylor®" is a registered trademark of Intuitive Systems, LLC.