Multiple choice technology operating systems

what is the location of the .profile file?

  1. Home/.profile

  2. Etc/.profile

  3. User/Bin/.profile

  4. Non of the above

  5. Any one from first three

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

The .profile file is located in the user's home directory (~/.profile or Home/.profile). This file contains shell initialization commands that execute when a user logs in. System-wide profiles exist in /etc, but the user-specific .profile is always in the home directory. Option B (/etc/.profile) is incorrect as it's a system directory.