Which is the correct syntax to print the file using the default printer with multiple copies in Linux?

39. Which is the correct syntax to print the file using the default printer with multiple copies in Linux?

  1. lp -d -n [printer_name] [path or filename]
  2. lp -d -n 5[printer_name] [path or filename]
  3. lp -d [printer_name] -n [path or filename]
  4. lp -d [printer_name] -n 5 [path or filename]

Answer: D) lp -d [printer_name] -n 5 [path or filename]

Explanation:

The correct syntax to print the file using the default printer with multiple copies in Linux is:

lp -d [printer_name] -n 5 [path or filename]

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.