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
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
A. mv /bar /foo
B. mv -R /foo /bar
C. mv /foo /bar
D. mv -r /bar /foo