MCQOPTIONS
Saved Bookmarks
| 1. |
What is the following syntax used for command 2> /dev/null |
| A. | Send the output of command to a file called /dev/null |
| B. | Discard standard error entirely. |
| C. | Append the output of command to a file called /dev/null |
| D. | Send error messages from command to a file called /dev/null |
| Answer» E. | |