What command should be invoked to give the user sally read and write, but not execute, access to the file strategy.txt using Extended ACL entries?
A.
setfacl-m user:sally:rw strategy.txt
B.
setfacl -m user::sally+rw strategy.txt
C.
setfacl -setperm sally:rw strategy.txt
D.
setfacl -setperm user:sally+rw strategy.txt
Is this not: setfacl -m u:sally:rw rwstrategy.txt
Yes it is.