From: Holger K. <hol...@gm...> - 2007-01-16 15:28:24
|
Simon Crombie schrieb: > /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games so I guess it is > picking this up from some setup file. Which file gets run to set the PATH > environment variable when a non-root user logs in? That depends on the shell that is used. Usually bash. Which means you should look at /etc/bash.bashrc or /etc/bash.bashrc.local if that is included in from the first one. |