LPI
101-500 · Question #445
Which chown command will change the ownership to dave and the group to staff on a file named data.txt?
The correct answer is D. chown dave:staff data.txt. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
GNU and Unix Commands
Question
Which chown command will change the ownership to dave and the group to staff on a file named data.txt?
Options
- Achown dave/staff data.txt
- Bchown -u dave -g staff data.txt
- Cchown --user dave --group staff data.txt
- Dchown dave:staff data.txt
How the community answered
(60 responses)- A2% (1)
- B3% (2)
- C7% (4)
- D88% (53)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#chown#file ownership#user/group permissions#command syntax
Community Discussion
No community discussion yet for this question.