Multiple choice technology

Change the current directory to /usr/local/bin

  1. mv /usr/local/bin

  2. cd /usr/local/bin

  3. move /usr/local/bin

  4. setdir /usr/local/bin

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

cd is the standard Unix command to change directories. mv moves or renames files, not directory changes, move is not a standard Unix command (it's a Windows/DOS command), and setdir doesn't exist in Unix shells.