What is the first file executed by a bash login shell?
https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html
When Bash is invoked as an interactive login shell, or as a non-interactive shell with the--loginoption, it first reads and executes commands from the file/etc/profile, if that file exists. After reading that file, it looks for~/.bash_profile,~/.bash_login, and~/.profile, in that order, and reads and executes commands from the first one that exists and is readable. The--noprofileoption may be used when the shell is started to inhibit this behavior.
Fannie
4 months agoFrederick
4 months agoNieves
4 months agoCathrine
4 months agoReiko
4 months agoKimberlie
5 months agoRosalind
5 months agoPa
5 months agoRenay
5 months agoKathryn
5 months agoTerrilyn
5 months agoJerry
5 months ago