PrepAway - Latest Free Exam Questions & Answers

4 Comments on “When bash is invoked as an interactive login shell, which of the following sentences is true?

  1. tsrreven says:

    Looks like E is the best choice.

    When Bash is invoked as an interactive login shell, or as a non-interactive shell with the –login option, 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.

    http://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html




    0



    0
  2. Moskyt says:

    correct answer is C
    for ~/.bash_profile, ~/.bash_login, and ~/.profile BASH reads and executes commands from THE FIRST ONE that exists and is readable… not from all of them




    0



    0

Leave a Reply