What is the first file executed by a bash login shell?
What is the first file executed by a bash login shell?A . /etc/profile B. /etc/profi le.alias C. -/profile D. -/.alias E. /etc/bashView AnswerAnswer: A Explanation: 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 -- login option, it first reads and executes...