ExamGecko
Question list
Search
Search

Question 187 - 101-500 discussion

Report
Export

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
Answers
A.
chown dave/staff data.txt
B.
chown -u dave -g staff data.txt
Answers
B.
chown -u dave -g staff data.txt
C.
chown --user dave --group staff data.txt
Answers
C.
chown --user dave --group staff data.txt
D.
chown dave:staff data.txt
Answers
D.
chown dave:staff data.txt
Suggested answer: D
asked 18/09/2024
Armands Vestmanis
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first