61.
Which of the following is not a standard package used to set up an SMB
client/server environment?
- A.samba
- B.samba-server
- C.cifs-utils
- D.samba-client
- Answer & Explanation
- Report
Answer : [B]
Explanation :
Explanation :
To install a Samba server, install the samba package. The cifs-utils and samba-client RPMs contain client functionality. |
62.
Which of the following would you configure to specify the domain your
Samba server is configured in?
- A.domain
- B.domain-server
- C.ads
- D.workgroup
- Answer & Explanation
- Report
Answer : [D]
Explanation :
Explanation :
The workgroup setting is used to specify the name of the workgroup and the domain name. |
63.
Which of the following statements about write access to a share is true?
- A.The write list parameter is used to specify the names of users and groups that have write access to a share, even if the share is not marked as writable.
- B.The write list parameter is required to specify which users and groups have write access to a share if the share is marked as writable.
- C.If the share is marked as read only, no one can write to it.
- D.The setting read only = no requires administrators to configure a write list to specify which users can write to the share.
- Answer & Explanation
- Report
Answer : [B]
Explanation :
Explanation :
If the writable parameter is used, users who have write access to the Linux file system will be able to write files. If the write list parameter is set, users listed will have write access, even if writable is not set to yes. This works only if the users also have write access on the Linux file system. |
64.
Which of the following statements about user access to shares is true?
- A.The valid groups parameter is used to list groups that have access to the share.
- B.If a user is listed in the valid users parameter, he must have user or group Linux permissions to the share.
- C.The valid users parameter can be used to grant users access to a share. It can also be used to grant groups access to a share by prepending the group name with a @ or + .
- D.If nothing is set, no users have access to the share.
- Answer & Explanation
- Report
Answer : [C]
Explanation :
Explanation :
By default, all users have browse access to the share and further access is based on Linux permissions. To limit which users can access a share, use the valid users parameter. |
65.
Which security setting is used as the default on RHEL 7 Samba?
- A.security = share
- B.security = user
- C.security = server
- D.security = ads
- Answer & Explanation
- Report
Answer : [B]
Explanation :
Explanation :
By default, RHEL 7 Samba uses user-based security. |