Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

SUSE Exam SCA_SLES15 Topic 5 Question 33 Discussion

Actual exam question for SUSE's SCA_SLES15 exam
Question #: 33
Topic #: 5
[All SCA_SLES15 Questions]

What is the first file executed by a bash login shell?

Show Suggested Answer Hide Answer
Suggested Answer: A

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.


Comments

Currently there are no comments in this discussion, be the first to comment!


Save Cancel