Linux_FoundationLinux_Foundation
LFCS · Question #661
LFCS Question #661: Real Exam Question with Answer & Explanation
The correct answer is B: -with-acl-support. To enable support for managing filesystem Access Control Lists (ACLs) within Samba, the configure script should be executed with the --with-acl-support option.
Submitted by ashley.k· Apr 18, 2026Service Configuration
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
Explanation
To enable support for managing filesystem Access Control Lists (ACLs) within Samba, the configure script should be executed with the --with-acl-support option.
Common mistakes.
- A.
--fs-aclis not the correct or standardconfigureoption for enabling ACL support in Samba's build process. - C.
--ms-aclis not the correct or standardconfigureoption for enabling ACL support; Samba primarily uses POSIX ACLs mapped to Windows ACLs. - D.
--with-fs-aclis a plausible-sounding option, but--with-acl-supportis the historically correct and standard flag used by Samba'sconfigurescript for this functionality.
Concept tested. Samba configure ACL support
Reference. https://www.samba.org/samba/docs/current/manpages/configure.html
Topics
#Samba#ACLs#configure script#Service compilation
Community Discussion
No community discussion yet for this question.