Multiple choice

What command do you type in to change the current directory

  1. chmod

  2. cp

  3. cd

  4. dd

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

cd stands for change directory and is used to navigate the filesystem. The other commands are for permissions, copying, or raw data manipulation.