单项选择题
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
                    
                            点击查看答案&解析
                
                
            相关考题
- 
                                    单项选择题
                                    
 Which of the following commands will list available paging space on a system?()
 A. lsps 
 B. lsps -a
 C. lsps -pg
 D. lsps ALL
- 
                                    单项选择题
                                    
 Operator needs to remove all leading comments # from shell.script file. Which of the following vi sub-command can achieve this?()
 A. :r/^#//g 
 B. :1,$ s/^#//g
 C. :sed s/^#//g
 D. :sub s/^#//g
- 
                                    单项选择题
                                    
 An operator needs to run a script which will write standard output and standard error to different files. Which of the following commands will successfully perform this task?()
 A. myscript.ksh 1>/tmp/log/script.log 2>/tmp/log/script.err 
 B. myscript.ksh $1>/tmp/log/script.log $2>/tmp/log/script.err
 C. myscript.ksh 1>/tmp/log/script.log 2>1 /tmp/log/script/err
 D. myscript.ksh 2>1 /tmp/log/script.log 2> /tmp/log/script.err
 
             
             
                
            