Which command will set the user.author attribute on the file afile.txt?
A.
setfattr user.author:”A. Author” afile.txt
B.
setfattr n user.author v “A. Author” afile.txt
C.
setfattr user.author=”A. Author” afile.txt
D.
setfattr a user.author=”A. Author” afile.txt