Multiple choice What command do you use to display the current directory pwd rm dd cd Reveal answer Fill a bubble to check yourself A Correct answer Explanation pwd stands for print working directory and displays the full path of the current directory. cd is used to change the directory, not display it.