易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

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

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐