When BASH is invoked as an interactive login shell, in which of the following sequences are the scripts sourced?
A.
~/.bash_profile, ~/.bash_login, ~/.profile, /etc/profile
B.
~/.bash_login, ~/.bash_profile, /etc/profile, ~/.profile
C.
/etc/profile, ~/.bash_profile, ~/.bash_login, ~/.profile
D.
/etc/profile, ~/.profile, ~/.bash_login, ~/.bash_profile
I choose C