Tagged Questions
0
votes
1answer
93 views
Difference between /etc/security/pam_env.conf and /etc/environment + making sudo read pam_env.conf
I struggle to see the difference between pam_env.conf and /etc/environment. To me they both do the same thing, with a difference syntax. The manpages were no help. So what is the difference?
...
1
vote
2answers
260 views
Added folders to PATH cannot be found using sudo [duplicate]
Possible Duplicate:
Environment variables when run with 'sudo'
I've added a new folder to my path, but when running the programs (in that folder) with "sudo" it does not work.
When ...