JAVA/Sun Exam Questions

Which two statements about the effect of running the setfacl command are true?

You run the command: getfacl file1 and receive the output: # file: file1 # owner: user1 # group: other user::rw-group::r– #effective:r– mask:r– other:r–You run the command: setfacl -m u:user2:7 file1 Which two statements about the effect of running the setfacl command are true? (Choose two)

A.
The ownership of the file file1 is changed to user2.

B.
The effective permission assigned to user2 for file1 is r–.

C.
The existing ACL entries are replaced with a single entry for user2.

D.
The ACL for the file file1 has an additional entry added for the user user2.

E.
The default ACL for the user user2 is set using the contents of the file file1.