1.

cmd > abc 2>&1 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» C. Write standard error to abc


Discussion

No Comment Found