Free 300-300 Exam Braindumps (page: 2)

Page 1 of 15

Which of the following statements is true about raw printing with Samba?

  1. Print jobs are submitted as vector files, including font files, which are rendered and printed by Samba.
  2. Printing jobs are always submitted to Samba in raw postscript.
  3. Any printed file, e.g. an office document, is submitted to the printer without any further processing in exactly the same bit sequence as it is stored on disk.
  4. Samba converts printer-specific jobs to raw data to make them printable on an arbitrary printer.
  5. Printing jobs are rendered on the client and passed on to the printer by Samba.

Answer(s): E

Explanation:

Client-Side Rendering: In Samba, raw printing means that the client machine renders the print job, which includes converting it to a printer-ready format. Transmission to Printer: This rendered print job is then sent to the Samba server without further processing or alteration. Samba acts merely as a pass-through, sending the job directly to the printer. Advantages: This method offloads the rendering process from the server to the client, which can be beneficial in environments with diverse printer types and models, reducing the processing load on the server.
Conclusion: Thus, the correct answer is that printing jobs are rendered on the client and passed on to the printer by Samba.


Reference:

Samba Printing Documentation



The configuration of a Samba share contains the following line:
force directory mode = 0555
If a client creates a new directory with the permissions 0750, which permissions will the resulting directory have in the Samba server's file system?

  1. 0755
  2. 0750
  3. 0750
  4. 0555
  5. 0777

Answer(s): D

Explanation:

force directory mode = 0555: This setting in Samba forces the permissions of any newly created directories to be 0555 regardless of what the client requests. Client Request: If a client creates a directory with permissions 0750, Samba will override this and set the directory's permissions to 0555.
Permissions Breakdown:
0: No permissions for owner.
5: Read and execute permissions for the group.
5: Read and execute permissions for others.
Enforcement: Samba applies this mode strictly to ensure consistency and security as defined by the administrator.


Reference:

Samba Force Directory Mode Documentation



Which of the following smb.conf options turns a regular file share into a DFS share?

  1. msdfs root = yes
  2. addfs support = yes
  3. dfs forward = yes
  4. follow symlinks = yes
  5. proxy share = yes

Answer(s): A

Explanation:

DFS (Distributed File System): This allows for the organization of shared files on multiple servers in a distributed file system.
msdfs root = yes: This option in the Samba configuration file (smb.conf) enables a share to be a DFS root. This means the share can provide access to multiple other shares possibly located on different servers, creating a single point of access.
Functionality: When enabled, users accessing this DFS root can be redirected transparently to the actual location of the shared files, which might be spread across different servers. Setup: To configure a DFS root, add msdfs root = yes to the specific share definition in smb.conf.


Reference:

Samba DFS Configuration



FILL BLANK
What option in sms.conf defines where the data of a file share is stored? (Specify ONLY the option name without any values.)

  1. path

Answer(s): A

Explanation:

path Option: This parameter in smb.conf specifies the directory on the server where the shared data is stored.
Usage: Within a share definition, the path option points to the actual location on the filesystem that Samba will share.
Example Configuration:
[example_share] path = /srv/samba/share
Importance: Defining the correct path is crucial for ensuring that the share points to the intended directory with the appropriate data and permissions.


Reference:

Samba smb.conf man page






Post your Comments and Discuss LPI 300-300 exam with other Community members:

300-300 Discussions & Posts