Which file descriptors represent standard output and standard error?
Both stdout and stderr use file descriptor 1.
stdout is 0, and stderr is 2.
stdout is 1, and stderr is 2.
stdout is 1, and stderr is 0.