Page 1 of 1

Bash is invoked as an interactive login shell.What is the order in which the bash configuration files are read, assuming

Posted: Sun Jun 11, 2023 3:55 pm
by answerhappygod
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, ~/ .profile
B. /etc/profile, ~/ .bash_profile
C. /etc/profile, ~/ .bash_profile, ~/ .bash_login, ~/ .profile
D. /etc/profile, ~/ .bash_profile, ~/ .profile, ~/ .bash_login