nerdexam
Linux_Foundation

LFCS · Question #612

A new Samba server (Version 3) has been setup with a brand new colour laser printer. The printer is attached to the parallel port and is setup using CUPS. What share must you setup in your smb.conf…

The correct answer is B. [print$]. To enable Windows clients to download printer drivers from a Samba server, a special [print$] share must be configured in the smb.conf file.

Submitted by tom_us· Apr 18, 2026Service Configuration

Question

A new Samba server (Version 3) has been setup with a brand new colour laser printer. The printer is attached to the parallel port and is setup using CUPS. What share must you setup in your smb.conf file to allow client computers to download the new drivers?

Options

  • A[printers]
  • B[print$]
  • C[printer$]
  • D[cups$]

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    87% (26)
  • C
    7% (2)
  • D
    3% (1)

Why each option

To enable Windows clients to download printer drivers from a Samba server, a special `[print$]` share must be configured in the `smb.conf` file.

A[printers]

The `[printers]` share is typically used for sharing printers themselves, not for the distribution of printer drivers.

B[print$]Correct

The `[print$]` share is a standard administrative share in Samba specifically designated to store printer driver files, allowing Windows clients to automatically download and install necessary drivers when connecting to a shared printer.

C[printer$]

`[printer$]` is not a recognized or standard Samba share name for printer driver distribution.

D[cups$]

`[cups$]` is not a standard Samba share specifically for driver distribution, although CUPS manages the printers on the server.

Concept tested: Samba printer driver sharing configuration

Source: https://www.samba.org/samba/docs/current/manpages/smb.conf.5.html

Topics

#Samba#Printer Sharing#Driver Sharing#smb.conf

Community Discussion

No community discussion yet for this question.

Full LFCS Practice