Given a user and a file with the attributes displayed in this exhibit, which ACL allows the user to
access the file?

A.
((IDENTIFIER=Smith, ACCESS=READ+WRITE+DELETE+CONTROL))
B.
((IDENTIFIER=[333,222], ACCESS=READ+WRITE+DELETE+CONTROL))
C.
((IDENTIFIER=[*,*], ACCESS=NONE),
(IDENTIFIER=[Accnt,Smith], ACCESS=READ+WRITE+DELETE+CONTROL))
D.
((IDENTIFIER=[Accnt,Smith],OPTION=DEFAULT
,ACCESS=READ+WRITE+DELETE+CONTROL), (IDENTIFIER=[333,222],
ACCESS=READ+WRITE+DELETE+CONTROL))