🎴 Flashcard Mode
Operating Systems Basics
Card1 / 12
Mastered0
Review0
QuestionClick to flip
what uis location of the .profile file
AnswerClick to flip back
A
Home/.profile
💡 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').