Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh does not start in $HOME
- X-seq: zsh-users 13219
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: zsh does not start in $HOME
- Date: Mon, 15 Sep 2008 07:34:55 -0700
- In-reply-to: <20080915133250.GC17452@xxxxxxxxxx>Comments: In reply to Stephan Windmüller <stephan.windmueller@xxxxxxxxxxxxxxxxx> "Re: zsh does not start in $HOME" (Sep 15, 3:32pm)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20080908080918.GC25826@xxxxxxxxxx> <20080908095104.7123e5f9@news01> <20080908091856.GD25826@xxxxxxxxxx> <080908073943.ZM15568@xxxxxxxxxxxxxxxxxxxxxx> <20080915133250.GC17452@xxxxxxxxxx>
On Sep 15, 3:32pm, Stephan Windmüller wrote:
}
} This is interesting. /bin/pwd shows "/ldaphome/username".
}
} "pwd -L" shows the same as "pwd": "/home/username".
That indicates to me that:
-- there is a symlink from /home/username to /ldaphome/username
-- /etc/passwd says the home directory is /home/username
What does "pwd -P" say?
You may want to try "setopt CHASE_LINKS".
Messages sorted by:
Reverse Date,
Date,
Thread,
Author