Which script is executed to establish system-wide bash default settings for every user?
Explanation
The file /etc/profile is the script that runs to configure bash global defaults for all users. Other files like /etc/.profile or /etc/.log are not used for this purpose, and /etc/bashrc is a different configuration file.