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