1.

cmd 2>&1 > abc will

A. Write file2 to file1
B. Write standard output and standard error to abc
C. Write standard error to abc
D. Write standard output to abc & standard error to monitor
Answer» E.


Discussion

No Comment Found