From owner-freebsd-questions Sun Jan 18 14:47:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21925 for questions-outgoing; Sun, 18 Jan 1998 14:47:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21913 for ; Sun, 18 Jan 1998 14:47:10 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id OAA10645; Sun, 18 Jan 1998 14:46:59 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sun, 18 Jan 1998 14:46:59 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Feiyi Wang cc: FreeBSD Questions Subject: Re: set path in X enviroment In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Are you talking about xterm? If so, then start it with -ls: -ls This option indicates that the shell that is started in the xterm window will be a login shell (i.e., the first character of argv[0] will be a dash, indicating to the shell that it should read the user's .login or .profile). What exactly do you have in your .bash_profile that XDM is not executing? -- yan On Sun, 18 Jan 1998, Feiyi Wang wrote: > >hi, there > >I am running XDM as front end, when I login, it seems the .bash_profile in >my home directory didn't not get executed. There is some enviroment >information has been set, where are they come from? Where should I set up >my PATH ? > >/oliver > > >