Multiple choice technology operating systems

The ________ command will display the absolute pathname for the directory that you are wokring in.

  1. pwd

  2. cwd

  3. dir

  4. ls

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The pwd (print working directory) command displays the absolute pathname of the current working directory. This is essential for navigation and scripting. Note the question contains a typo 'wokring' instead of 'working'.