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 a hidden configuration file located in the user's home directory (~/.profile). Options A and B are incorrectly formatted paths - /etc/.profile is a system-wide location, not user-specific. Option D contains a typo ("Non" instead of "None").