Which script is executed to establish system-wide bash default settings for every user?

Choose the correct answer

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.

Which script is executed to establish system-wide ba… — Basic of linux unix | PakQuizHub