Multiple choice technology

Change the current directory to /usr/local/bin

  1. mv /usr/local/bin

  2. cd /usr/local/bin

  3. setdir /usr/localbin

  4. cd bin

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

The cd (change directory) command switches directories. 'cd /usr/local/bin' navigates to the absolute path /usr/local/bin. Option A uses mv (move/rename), option C uses a non-existent command, and option D only works if you're already in /usr/local.