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…
Question
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)- A3% (1)
- B86% (25)
- D3% (1)
- E7% (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
Community Discussion
No community discussion yet for this question.