You have to move the whole directory /foo to /bar. Which of the following commands will you use to accomplish the task?
Select an option, then click Submit answer.
-
○
mv /bar /foo
-
○
mv -R /foo /bar -
○
mv /foo /bar
-
○
mv -r /bar /foo