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

A)  lp -d [printer_name] -n [path or filename]
B)  lp -d -n [printer_name] [path or filename]
C)  lp -d -n 5[printer_name] [path or filename]
D)  lp -d [printer_name] -n 5 [path or filename]

Correct Answer :   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]​