Debian This forum is for the discussion of Debian Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-02-2007, 11:04 AM
|
#1
|
Member
Registered: Mar 2005
Distribution: Debian Stretch
Posts: 127
Rep:
|
$PATH /etc/profile question
This is a kind of stupid question. It's just curiosity. I know that the default path for users is stored in /etc/profile. I did a minimalist install so my /etc/profile just includes:
/usr/local/bin:/usr/bin:/bin:/usr/games
I was of the opinion that other additions to the path would be included in ~/.bash_profile. But when I type
echo $PATH
I get:
/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
and there is no mention of /usr/bin/X11 in either /etc/profile or ~/.bash_profile.
So my question is how did /usr/bin/X11 get added to $PATH ?
|
|
|
07-02-2007, 12:37 PM
|
#2
|
Member
Registered: May 2006
Location: UK
Distribution: Debian
Posts: 447
Rep:
|
Maybe by /etc/login.defs which is used by su among other things.
Check /etc/login.defs for the ENV_PATH and ENV_SUPATH variables.
If that's not it then I dunno.
|
|
|
07-02-2007, 12:39 PM
|
#3
|
Member
Registered: May 2006
Location: UK
Distribution: Debian
Posts: 447
Rep:
|
Oh yeah forgot, are you using X? If you are which login manager are you using, Xdm, Gdm, Kdm etc. These programs can also set $PATH
|
|
|
07-03-2007, 08:51 AM
|
#4
|
Member
Registered: Mar 2005
Distribution: Debian Stretch
Posts: 127
Original Poster
Rep:
|
Quote:
Originally Posted by Daws
Maybe by /etc/login.defs which is used by su among other things.
Check /etc/login.defs for the ENV_PATH and ENV_SUPATH variables.
If that's not it then I dunno.
|
Thanks, that was it. They both include it. The ENV_PATH variable is set to exactly what I get with echo $PATH. Like I said, it was just curiosity, but thanks for the help :-)
|
|
|
07-03-2007, 09:07 AM
|
#5
|
Senior Member
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853
Rep:
|
Did you try checking ~/.bashrc for that $PATH declaration?
|
|
|
07-03-2007, 10:18 AM
|
#6
|
Senior Member
Registered: Sep 2005
Location: Out
Posts: 3,307
Rep:
|
Yes probably it's gdm that is setting this.
This /usr/bin/X11 does not exist anymore on etch
|
|
|
07-03-2007, 11:57 AM
|
#7
|
Member
Registered: May 2006
Location: UK
Distribution: Debian
Posts: 447
Rep:
|
It still exists as a link to /usr/bin for compatibility reasons.
|
|
|
07-03-2007, 02:57 PM
|
#8
|
Member
Registered: Apr 2002
Location: Greenville, SC
Distribution: Debian, antiX, MX Linux
Posts: 639
Rep:
|
http://www.troubleshooters.com/linux/prepostpath.htm has a nice discussion about the use of $PATH from Bash and where the path environment is typically set. That said, it is most certainly either the window manager or the desktop environment that is setting the additional directory in your environment path.
|
|
|
All times are GMT -5. The time now is 10:31 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|