Change the current directory to /usr/local/bin
-
mv /usr/local/bin
-
cd /usr/local/bin
-
move /usr/local/bin
-
setdir /usr/local/bin
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.