You try to print to a printer attached to a print server, but you are unsuccessful. After you log onto
the print server, you check the status of the print service by using the svcs -a command:
# svcs -a |grep ‘print’
disabled 16:59:17 svc:/application/print/server:default
online 16:59:49 svc:/application/print/cleanup:default
offline 16:59:35 svc:/application/print/ipp-listener:default
offline 17:00:43 svc:/application/print/rfc1179:default
What command should you execute to enable printing on this system?
A.
# lpadmin enable-local-printing
B.
# svcadm enable svc:/application/print/ipp-listener:default
C.
# svcadm enable svc:/application/print/server:default
D.
# lpadmin enable printing
Explanation: