单选题An operator wants to move all files inside the directory /home/operator to the current directory. Which of the following commands will complete the task?()A mv /home/operator .B mv /home/operator/* .C mv /home/operator ../..D mv /home/operator/all ../h

题目
单选题
An operator wants to move all files inside the directory /home/operator to the current directory. Which of the following commands will complete the task?()
A

mv /home/operator .

B

mv /home/operator/* .

C

mv /home/operator ../..

D

mv /home/operator/all ../home/operator


相似考题
参考答案和解析
正确答案: A
解析: 暂无解析