Q. cmd > abc 2>&1 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
- b. write standard output and standard error to abc