Initial directory στο bash

Fanis Dokianakis madf at hellug.gr
Mon Mar 20 15:16:50 EET 2006


On Mon, Mar 20, 2006 at 03:19:34AM -0800, Giorgos Keramidas wrote:
> Εξαρτάται από το bash version μάλλον.  Στο bash-3.1 όταν το shell ξεκινάει:
> 
>     aa. When an interactive login shell starts, if $PWD and $HOME refer to the
>         same directory but are not the same string, $PWD is set to $HOME.
> 
>

Από man bash
HOME   The home directory of the current user; the default
       argument for the cd builtin command.  The value of this variable
       is also used when performing tilde expansion.

Tο ~ βγαίνει όταν η $PWD είναι ίση με τη $ΗΟΜΕ, άρα ένα απλό 
export HOME=/realpath/  
στο ~/.bashrc διωρθώνει το bash prompt και ίσως οποιοδήποτε prog
χρησιμοποιεί την $ΗΟΜΕ.

Φάνης




More information about the Linux-greek-users mailing list