Q. Which is the correct syntax to print the file using the default printer with multiple copies in Linux?
β
Correct Answer: (D)
lp -d [printer_name] -n 5 [path or filename]
You must be Logged in to update hint/solution