Which chown command will change the ownership to dave a…

Which chown command will change the ownership to dave and the group to staff on a file named data.txt?

Which chown command will change the ownership to dave and the group to staff on a file named data.txt?

A.
chowndave/staff data.txt

B.
chown -u dave -g staff data.txt

C.
chown –user dave –group staff data.txt

D.
chowndave:staff data.txt



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Luican

Luican

chown dave:staff data.txt
There is a space chown and dave