Google News
logo
Linux - Quiz(MCQ)
Which Linux command is used to know which directory you are in?
A)
cwd
B)
help
C)
pwd
D)
know

Correct Answer :   pwd


Explanation : To know which directory you are in, the "pwd" command can be used. The "pwd" command stands for "Present Working Directory". This command gives us the absolute path, which means the path that starts from the root.

Advertisement