Q. What is the following syntax used for command 2> /dev/null (Solved)
1. Send the output of command to a file called /dev/null
2. Discard standard error entirely.
3. Append the output of command to a file called /dev/null
4. Send error messages from command to a file called /dev/null
- d. Send error messages from command to a file called /dev/null