3.1.2.2.
~/.bash_login
Up one level
-
This file contains specific settings that are normally only executed when you log in to the system. In the example, we use it to configure the umask value and to show a list of connected users upon login. This user also gets the calendar for the current month:
####################################################################### |
In the absence of ~/.bash_profile, this file will be read.

