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
Question
Options
- A-fs-acl
- B-with-acl-support
- C-ms-acl
- D-with-fs-acl
How the community answered
(33 responses)- A3% (1)
- B88% (29)
- C3% (1)
- D6% (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.
`-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.
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.
`-ms-acl` is not the standard or correct `configure` option for enabling ACL support in Samba; the standard option provides general ACL support.
`-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
Community Discussion
No community discussion yet for this question.