How would you send a text file to a printer connected to the first parallel port without using a print queue? Why is doing so a bad idea?
What will be an ideal response?
# cat file.txt > /dev/lp0
Sending a file directly to the printer bypasses the print queue and can inter-
fere with other print jobs. Also, this technique bypasses the printer driver
so the output might appear as gibberish.
You might also like to view...
The JFrame method setVisible() takes one argument of type:
a. byte b. boolean c. int d. short
Each SQL Server error message is assigned a numerical _________ level that describes the type of error.
Fill in the blank(s) with the appropriate word(s).
The command to kill 5 characters starting from the cursor position is:
a: [Alt-5] b: [Alt-x][Ctrl-y] c: [Ctrl-u] 5 d: [Ctrl-u] 5 [Ctrl-d] e: [Ctrl-x] [Ctrl-5]
Think of the ____ command as a creating individual, selectable objects.
A. Outline B. Offset C. Expand D. Effect