Computer Science - Linux - Discussion

Discussion Forum : Linux - Section 2 (Q.No. 10)
10.
What script is run for setting bash global defaults for all users?
/etc/.profile
/etc/.bashrc
/etc/.log
/etc/profile
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Renjith said:   1 decade ago
Please explain what is the use and specialty of /etc/profile?

Ramkumar said:   9 years ago
/etc/profile file sets the environment variables at startup of the Bash shell.

The /etc/profile.d directory contains other scripts that contain application-specific startup files, which are also executed at startup time by the shell.

Post your comments here:

Your comments will be displayed after verification.