Which type of message should be sent to a Samba daemon using smbcontrol in order to change the daemon's debug level? (Specify ONLY the name of the message type without command or options.)
A. debug
What is stored in the secrets.tdb database file?
A. The password of the Samba user Administrator.
B. The password of the Samba user root.
C. Starting with Samba3 this file is no longer used.
D. The SID of the local machine.
What is true about the [homes] section in smb.conf?
A. It is a template used for all home directories of users on the Samba server.
B. Users can access their home directory only by accessing the share with the name homes.
C. It is a template used for all user created shares on the Samba server.
D. The maximum number of homes shares per used can be limited using the parameter usershare max homes.
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
By specifying the _________ option in smb.conf and assigning it an appropriate value, Samba will create Machine Trust Accounts automatically when the client joins the domain.
A. add machine script
When joining a Samba server to an Microsoft Active Directory domain, what is the correct setting for the security directive of the smb.conf file? (Specify the setting value only without any other keywords)
A. ADS
Which command would create a machine account in Active Directory under the Computers/BusinessUnit/ Department/Servers organizational unit?
A. net rpc join -m localhost --ldap="ldap.ldapserver.com: Computers/BusinessUnit/Department/Servers"
B. rpcclient -c "join Computers/BusinessUnit/Department/Servers"
C. net ads join ou="Computers/BusinessUnit/Department/Servers"
D. net ads join createcomputer="Computers/BusinessUnit/Department/Servers"
Which of the following Linux commands can be used to log into a remote Microsoft Windows server using RDP?
A. rlogin
B. rdesktop
C. ssh
D. Xnest
E. rpcdesktop
Which Samba command allows the management and manipulation of NT Quotas on samba file shares? (Specify ONLY the command without any path or parameters.)
A. smbcquotas
After installing a network with one Samba server and several clients, users are complaining that they receive an Unable to browse the network error when trying to visit a public share. What is the most likely cause of this?
A. The user entered the wrong username and/or password.
B. The nmbd process id not running on the Samba server.
C. The user hasn't mapped the share to a local drive letter yet.
D. The Samba server is not configured as a Domain Master Browser.