Moderate

What script is run for setting bash global defaults for all users ?

Correct answer: D. /etc/profile

  • A. /etc/.profile
  • B. /etc/.bashrc
  • C. /etc/.log
  • D. /etc/profile

Explanation

`/etc/profile` is read for system-wide shell initialization, so its settings apply by default to users with login shells. The files named `.profile` and `.bashrc` are normally user-specific files in a home directory, not `/etc` files with these names.

Last updated

Practise Software Development Lifecycle

423 free Software Development Lifecycle MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions