Q. cmd 2>&1 > abc will (Solved)
1. write file2 to file1
2. write standard output and standard error to abc
3. write standard error to abc
4. write standard output to abc & standard error to monitor
- d. write standard output to abc & standard error to monitor