A printer has been connected to the single available port. You execute the following command at
the prompt:
echo “This is a simple test” > /dev/lp0
What can you infer from the command?
A.
The text is saved in the /dev/lp0 file.
B.
The text is simply echoed on to the standard output device.
C.
The text will be printed by the printer attached to/dev/lp0.
D.
The text will not be printed because the printer has not been mentioned explicitly on the
command line.