nerdexam
CompTIA

LX0-104 · Question #661

When running the configure script for Samba, which configuration option is used to include support for managing filesystem ACLs?

The correct answer is B. -with-acl-support. When configuring Samba from its source code, the configure script option --with-acl-support is used to enable comprehensive support for managing filesystem Access Control Lists (ACLs). This ensures Samba can correctly handle and propagate ACLs between clients and the underlying f

Administrative Tasks

Question

When running the configure script for Samba, which configuration option is used to include support for managing filesystem ACLs?

Options

  • A-fs-acl
  • B-with-acl-support
  • C-ms-acl
  • D-with-fs-acl

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    88% (29)
  • C
    3% (1)
  • D
    6% (2)

Why each option

When configuring Samba from its source code, the `configure` script option `--with-acl-support` is used to enable comprehensive support for managing filesystem Access Control Lists (ACLs). This ensures Samba can correctly handle and propagate ACLs between clients and the underlying filesystem.

A-fs-acl

`-fs-acl` is not the standard or correct `configure` option for enabling ACL support in Samba; `configure` options typically follow a specific `--with-` or `--enable-` format.

B-with-acl-supportCorrect

When compiling Samba, the `configure` script option `--with-acl-support` is specifically designed to enable the build with support for managing filesystem ACLs. This ensures that Samba can correctly interpret and apply Windows-style ACLs to the underlying Unix filesystem, which is crucial for maintaining accurate file permissions.

C-ms-acl

`-ms-acl` is not the standard or correct `configure` option for enabling ACL support in Samba; the standard option provides general ACL support.

D-with-fs-acl

`-with-fs-acl` is a plausible but incorrect option; the precise and commonly recognized `configure` option for enabling ACL support in Samba is `--with-acl-support`.

Concept tested: Samba compilation ACL support

Topics

#Samba compilation#configure script#filesystem ACLs#build options

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice