nerdexam
CompTIA

LX0-104 · 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 fi

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

Essential System Services

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

(42 responses)
  • A
    7% (3)
  • B
    71% (30)
  • C
    17% (7)
  • D
    5% (2)

Why each option

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

A[printers]

`[printers]` is a common share name for listing and sharing actual printer queues, but it does not specifically serve printer drivers for automatic download by clients.

B[print$]Correct

The `[print$]` share is a special administrative share in Samba that is specifically designed for storing printer drivers that Windows clients can download. When Windows clients connect to a Samba print server, they look for this share to automatically install necessary drivers, making `[print$]` essential for driver distribution.

C[printer$]

`[printer$]` is not the correct or standard share name for distributing printer drivers; the '$' usually denotes an administrative share, but the name itself is incorrect.

D[cups$]

`[cups$]` is not a standard special share name in Samba for printer driver distribution, nor is it directly related to CUPS integration for this purpose.

Concept tested: Samba printer driver share

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

Topics

#Samba printing#printer drivers#smb.conf shares#CUPS integration

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice