nerdexam
LPI

300-300 · Question #5

Which of the following lines is missing in the given [printers] share definition?

The correct answer is B. printable = yes. In the context of a Samba configuration for printer shares, the [printers] section usually requires the printable = yes directive to indicate that the share is meant for printing. Without this directive, Samba would not treat the share as a printer share, even if other settings…

300.4 File Sharing

Question

Which of the following lines is missing in the given [printers] share definition?

Options

  • Aprintcap name = cups
  • Bprintable = yes
  • Cprint script = /usr/bin/lp -d %P %s
  • Dprint admin = Administrator, root, @lpadmin
  • Eload printers = yes

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    86% (25)
  • D
    3% (1)
  • E
    7% (2)

Explanation

In the context of a Samba configuration for printer shares, the [printers] section usually requires the printable = yes directive to indicate that the share is meant for printing. Without this directive, Samba would not treat the share as a printer share, even if other settings like path are configured The given snippet is: The line printable = yes is missing and is essential for defining a printer share.

Topics

#printers share#printable#smb.conf#CUPS

Community Discussion

No community discussion yet for this question.

Full 300-300 Practice