Multiple choice technology operating systems

What does the pwd command do?

  1. It changes the password of user

  2. It shows the current path where the user is

  3. It shows the passwd file

  4. It shows information about Linux architecture

Reveal answer Fill a bubble to check yourself
B Correct answer
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.