MCQOPTIONS
Saved Bookmarks
| 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. | |