Page 1 of 1

You have to move the whole directory /foo to /bar. Which of the following commands will you use to accomplish the task?

Posted: Mon Aug 01, 2022 9:41 am
by answerhappygod
You have to move the whole directory /foo to /bar. Which of the following commands will you use to accomplish the task?

A. mv /bar /foo
B. mv -R /foo /bar
C. mv /foo /bar
D. mv -r /bar /foo