On Sun, Oct 13, 2002 at 01:27:36PM -0400, Levi Waldron wrote: > What's the Debian equivalent of Unix's .login and .logout files? Any > user can place these files in their home directory and their commands > will be run at login/logout, without having to do anything as root?
.bashrc and .bash_logout respectively. .bashrc should be sourced from .bash_profile. If you want to set certain defaults for new users, you can place your tweaked config files in /etc/skel -- Mathias De Belder -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

