Bash Configuration Files: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
=Overview= | =Overview= | ||
This article describes how bash executes its startup files. If any of the files exist, but cannot be read, bash reports an error. | |||
=Interactive Login Shell= | |||
<font size=-1> | |||
</font> | |||
=Interactive Non-Login Shell= | |||
<font size=-1> | |||
</font> | |||
=Non-Interactive Shell= | |||
<font size=-1> | |||
</font> | |||
=Invoked with the name "<tt>sh</tt>"= | |||
<font size=-1> | |||
</font> |
Revision as of 03:53, 22 November 2021
External
- https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html
- https://bencane.com/2013/09/16/understanding-a-little-more-about-etcprofile-and-etcbashrc/
Internal
Overview
This article describes how bash executes its startup files. If any of the files exist, but cannot be read, bash reports an error.
Interactive Login Shell
Interactive Non-Login Shell
Non-Interactive Shell
Invoked with the name "sh"