LPI
101-500 · Question #269
As root you have navigated to directory /B. You wish to move all of the files and directories from directory /A to directory /B. Which of the following options would be the most appropriate command…
The correct answer is B. mv -f /A/*. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
GNU and Unix Commands
Question
As root you have navigated to directory /B. You wish to move all of the files and directories from directory /A to directory /B. Which of the following options would be the most appropriate command line to execute this task?
Options
- Acp /a/* .
- Bmv -f /A/* .
- Cmv -Rf/a/* .
- Dcp -f /a/* ..
- Ecp -rf /A/* /b/
How the community answered
(31 responses)- A16% (5)
- B71% (22)
- C3% (1)
- D3% (1)
- E6% (2)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#mv command#file movement#absolute paths#command flags
Community Discussion
No community discussion yet for this question.