单选题A system administrator wants to run a script called myscript, but does not want to see the errors that might be generated by the script. How would this be accomplished?()A
/usr/local/bin/myscript > /dev/nullB
/usr/local/bin/myscript < /dev/nullC
/usr/l
题目
单选题
A system administrator wants to run a script called myscript, but does not want to see the errors that might be generated by the script. How would this be accomplished?()
A
/usr/local/bin/myscript > /dev/null
B
/usr/local/bin/myscript < /dev/null
C
/usr/local/bin/myscript 2> /dev/null
D
/usr/local/bin/myscript 1> /dev/null
相似考题