🎴 Flashcard Mode

Unix/Linux Shell Scripting and Commands

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Command to verify the current working directory.

AnswerClick to flip back
A
pwd
💡 Explanation:

The pwd command (print working directory) displays the full path of the current working directory. cwd is not a valid UNIX command, and wd doesn't exist as a standard command.

Change Mode