Which of the following commands changes the ownership o…

Which of the following commands changes the ownership of file.txt to the user dan and the
group staff?

Which of the following commands changes the ownership of file.txt to the user dan and the
group staff?

A.
chown dan/staff file.txt

B.
chown dan:staff file.txt

C.
chown -u dan -g staff file.txt

D.
chown dan -g staff file.txt



Leave a Reply 2

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


quaidox

quaidox

answer is chown dan.staff file.txt

ahCojone

ahCojone

answer is “chown dan:staff file.txt” (B)