Podcast
Questions and Answers
Which file is read and evaluated when you first login to Linux?
Which file is read and evaluated when you first login to Linux?
- ~/.bash_login
- ~/.profile
- ~/.bash_profile
- /etc/profile (correct)
Which file is read and evaluated every time a new command line shell initiates or another program is launched from a terminal window?
Which file is read and evaluated every time a new command line shell initiates or another program is launched from a terminal window?
- ~/.bash_profile
- ~/.profile
- ~/.bashrc (correct)
- ~/.bash_login
Which file is read and evaluated after /etc/profile when you first login to Linux?
Which file is read and evaluated after /etc/profile when you first login to Linux?
- ~/.profile
- ~/.bash_profile
- ~/.bash_login (correct)
- /etc/bashrc
Which file is ignored if ~/.bash_profile is found during the login process?
Which file is ignored if ~/.bash_profile is found during the login process?
Which file is included from within one of the three user-owned startup files?
Which file is included from within one of the three user-owned startup files?
Which file is not read and evaluated along with the login shell?
Which file is not read and evaluated along with the login shell?
Which file is read and executed only when the user first logs onto the system?
Which file is read and executed only when the user first logs onto the system?
Which file may not exist in recent distributions?
Which file may not exist in recent distributions?
Which file is sometimes the only one included in recent distributions?
Which file is sometimes the only one included in recent distributions?
Which file is searched first after /etc/profile when you first login to Linux?
Which file is searched first after /etc/profile when you first login to Linux?