On Thu, 28 Sep 2000 21:03 Jack Byers wrote:
>alternatively is it safe just togo into each .netscape/cache
>dir and rm all of the files ?

My ~/.bash_logout includes commands for clearing my cache:

  rm -f $HOME/.netscape/lock
  rm -rf $HOME/.netscape/cache/*
  rm -rf $HOME/.mozilla/default/Cache/*

I also configured my /etc/X11/xdm/TakeConsole to call the user's
bash_logout:

  if [ -f $HOME/.bash_logout ]; then
    source $HOME/.bash_logout
  fi

Tony
-- 
Anthony E. Greene <[EMAIL PROTECTED]> <http://www.pobox.com/~agreene/>
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AIM: TonyG05    ICQ: 91183266    Jabber: TonyGreene
Linux. The choice of a GNU Generation. <http://www.linux.org/>



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to