Practice Free 300-300 Exam Online Questions
Which command displays the Unix access control list of the file Company.qbd?
- A . facl list Company.qdb
- B . ADfacl Company.qdb
- C . getfacl Company.qdb
- D . smbfacl Company.qdb
What role does NSS (Name Service Switch) play in Linux authentication?
- A . It enforces password complexity policies.
- B . It configures file and print shares on Windows hosts.
- C . It manages local accounts through SSSD.
- D . It provides a mechanism for retrieving user and group information from various sources.
What is the purpose of enabling the LDAP recycle bin in Samba?
- A . It recovers deleted files from shared directories.
- B . It restores deleted user accounts and group memberships.
- C . It prevents users from deleting files in Samba shares.
- D . The recycle bin feature is not related to LDAP.
After successfully connecting to a remote CIFS share using smbclient, the command mget MyFiles is issued to retrieve the folder MyFiles, including all of its contents.
Instead of transferring the folder, smbclient returns the error: NT_STATUS_NO_SUCH_FILE listing MyFiles
What should be done in order to download the contents of the folder?
- A . The command recurse should be used to toggle recursion for mget and mput.
- B . To provide a target for the file transfer, the local folder MyFiles has to be created in advance.
- C . The command rget should be used instead of mget to perform recursive operations.
- D . The server has to support recursion for the given share which, on Samba, is enabled by setting recursion = true.
- E . smbclient should be used invoked with the Crecurse or Cr parameter.
What is the purpose of PAM (Pluggable Authentication Modules) in Linux?
- A . It enforces password complexity policies.
- B . It retrieves information from LDAP directories.
- C . It manages local accounts through SSSD.
- D . It provides a flexible framework for authentication and authorization.
In Samba, which component is responsible for providing NetBIOS name resolution services?
- A . smbd
- B . winbindd
- C . samba
- D . nmbd
Which command can be used to validate and backup a TDB file?
- A . pdbedit
- B . tdbbackup
- C . tdbdump
- D . tdblist
What does it mean for a Linux system to be a member of a Samba domain?
- A . The Linux system can only access Samba shares.
- B . The Linux system can authenticate users against the Samba domain controller.
- C . The Linux system can only be a part of the domain if it runs a specific Linux distribution.
- D . The Linux system becomes a DNS server for the domain.
Specify one of the commands that can be used to check a Samba configuration file for syntactical correctness? (Specify only the command name without any parameters or path.)
In an OpenLDAP masters’s slapd.conf configuration file, a replica configuration option is needed to enable a slave OpenLDAP server to replicate.
What value is required in the following setting: bindmethod=____________ if using passwords for master/slave authentication? (Only specify the missing value)