Multiple choice technology web technology

Which will be run as the user logs in

  1. .bash_login

  2. .bash_profile

  3. .profile

  4. All tha above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

All three files (.bash_profile, .bash_login, .profile) are executed at login in that order, with the first existing file found preventing subsequent ones from running. Option D captures that they are all relevant login scripts.