Bash is invoked as an interactive login shell. What is the order in which the bash
configuration files are read, assuming that all the files exist in their correct location and are
readable?
A.
/etc/profile, ~/ .bash_profile
B.
/etc/profile, ~/ .bash_profile, ~/ .bash_login, ~/ .profile
C.
/etc/profile, ~/ .bash_profile, ~/ .profile, ~/ .bash_login
D.
/etc/profile, ~/ .profile