Multiple choice technology web technology Which will be run as the user logs in .bash_login .bash_profile .profile 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.