Multiple choice technology operating systems

what uis location of the .profile file

  1. Etc/.profile

  2. User/Bin/.profile

  3. Home/.profile

  4. Non of the above

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

The .profile file is located in the user's home directory (~/.profile or simply $HOME/.profile). It is a shell initialization script that runs when the user logs in. /etc/.profile is system-wide, User/Bin doesn't exist, and option D has a typo ('Non' should be 'None').