Which of the following commands is used to display your working directory?
A. dir
B. prompt $p$g
C. pwd
D. path
E. None of the above
Answer: Option C
Solution (By Examveda Team)
In Unix, the pwd command stands for "print working directory". When you issue this command, it displays the full pathname of the current working directory. This helps users to know which directory they are currently working in within the Unix filesystem.So, Option C is the command used to display your working directory in Unix.
Join The Discussion