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

38. Which is the correct syntax to print the file using the default printer in Linux?

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

Answer: C) lp -d [printer_name] [path or filename]

Explanation:

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

lp -d [Printer_name] [path or filename]

Comments and Discussions!

Load comments ↻






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