The Linux command to print on a specific (named) printer is

a: lpr -d filename
b: lpr filename printer-name
c: lpr -p printer-name filename
d: print filename ptr1
e: pr -d printer-name filename

c: lpr -p printer-name filename

Computer Science & Information Technology

You might also like to view...

In Word, ________ help direct the reader's eye to the information that you consider important

A) symbols B) columns C) borders and shading D) tabs and leaders

Computer Science & Information Technology

In an expression containing values of the types int and double, the ________ values are ________ to ________ values for use in the expression.

a. int, promoted, double. b. int, demoted, double. c. double, promoted, int. d. double, demoted, int.

Computer Science & Information Technology