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.
Computer Science & Information Technology
You might also like to view...
A document format that contains no formatting, such as bold or italic
a. Document (.docx) b. Rich Text Format (.rtf) c. Plain Text (.txt)
Computer Science & Information Technology
A hyperlink cannot be stored in an Access database
Indicate whether the statement is true or false
Computer Science & Information Technology