单选题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?()
C
mv /home/operator ../..
D
mv /home/operator/all ../home/operator
相似考题