I have searched the man pages and FAQs but I cannot see why bash HISTORY fails to work.  During a single session history using up arrow works fine, although I have not tested it thoroughly.  But on loading the first terminal after booting - there is no history.  My .bashrc is 
<br><br>PATH=&quot;${PATH}:.&quot; export PATH<br><br>&nbsp;&nbsp; &nbsp;set gives<br><br>GROUPS=()<br>GTK_RC_FILES=/etc/gtk/gtkrc:/home/dgh/.gtkrc-1.2-gnome2<br>HISTFILE=/home/dgh/.bash_history<br>HISTFILESIZE=500<br>HISTSIZE=500<br>HOME=/home/dgh
<br>HOSTNAME=dgh-laptop<br><br>&nbsp;&nbsp; &nbsp;ls -al gives<br><br>drwxr-xr-x 26 dgh&nbsp; dgh&nbsp;&nbsp; 4096 2008-01-09 13:29 alfgar<br>-rw-------&nbsp; 1 root root&nbsp;&nbsp; 153 2007-11-10 11:35 .bash_history<br>-rw-r--r--&nbsp; 1 dgh&nbsp; dgh&nbsp;&nbsp;&nbsp;&nbsp; 29 2007-11-10 14:08 .bashrc
<br>-rw-r--r--&nbsp; 1 dgh&nbsp; dgh&nbsp;&nbsp;&nbsp;&nbsp; 29 2007-11-10 14:05 .bashrc~<br>drwxr-xr-x&nbsp; 3 dgh&nbsp; dgh&nbsp;&nbsp; 4096 2008-01-02 19:23 .cache<br><br>The date is when Ububtu was installed.<br>&nbsp;<br>Hold it!&nbsp; I think I may have seen it.&nbsp; Should .bash_history be owned by me?
<br><br>I will still post this as it may be of interest to someone.<br><br>Cheers&nbsp; Dominic<br><br>