List of questions
Related questions
Question 187 - 101-500 discussion
Which chown command will change the ownership to dave and the group to staff on a file named data.txt?
A.
chown dave/staff data.txt
B.
chown -u dave -g staff data.txt
C.
chown --user dave --group staff data.txt
D.
chown dave:staff data.txt
Your answer:
0 comments
Sorted by
Leave a comment first