I'm confused with setting variables in /etc/env.d directory. When I write "echo $PATH" from user - it's print me all variables that set it myself. But from root I see one... Where should I set variables for root?

link|improve this question
feedback

1 Answer

You should set ROOTPATH instead of PATH in your /etc/env.d/* files.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.