🎴 Flashcard Mode
Linux/Unix Command Line Quiz
Card1 / 20
Mastered0
Review0
QuestionClick to flip
What does the pwd command do?
AnswerClick to flip back
A
It shows the current path where the user is
💡 Explanation:
The pwd command stands for 'print working directory' and outputs the absolute path of the directory the user is currently in. It does not interact with passwords, display the /etc/passwd file, or show system architecture info.