Which of the following is true about the following share access properties?

Which of the following is true about the following share access properties? (Choose TWO correct
answers.)
[projects]
path = /data/projects
read only = no
admin users = timo, taki, +managers

Which of the following is true about the following share access properties? (Choose TWO correct
answers.)
[projects]
path = /data/projects
read only = no
admin users = timo, taki, +managers

A.
+managers will be resolved as a Winbind group.

B.
The timo and taki users can manipulate files regardless of the file system permissions.

C.
+managers will be resolved as a Unix group.

D.
+managers is a builtin default Samba group.

E.
The “admin users” can be applied only to print shares.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


sergiu

sergiu

B. and C. are correct.

+ sign in front of managers, means that samba resolves managers as a Unix group by quering the operating system.

admin users

This option specifies a list of users that perform file operations as if they were root. This means that they can modify or destroy any other user’s files, regardless of the permissions. Any files that they create will have root ownership and will use the default group of the admin user. The admin users option allows PC users to act as administrators for particular shares. Be very careful when using this option, and make sure good password and other security policies are in place.