Linux OS Shell Question:
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:
d) Write standard output to abc & standard error to monitor