UNIX security style allows file access based on __________.
A.
GID or UID and ACLs.
B.
GID or UID and UNIX permissions.
C.
NT ACLs and SID.
D.
NT ACLs and UNIX permissions.
Explanation:
http://hd.kvsconsulting.us/netappdoc/801docs/html/ontap/smg/GUID-866DD79D-D2A6-4FBA-B0BDA63560FECEFF.html
In OnTap 8.0, when UNIX security style is selected, only UNIX security objects can be used. The correct
answer is GID, UID and UNIX permissions.
Basic UNIX permissions are organized into three classes: user, group, and others.
UNIX operating systems identify users with a numerical value: a user identifier, also known as a UID or User ID.Each user is a member of a group of the same name as the user. Like UIDs, groups (GIDs) are also specified
using a numerical value.