LPI
101-500 · Question #228
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
(17 responses)- B6% (1)
- D94% (16)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#file ownership#chown command#permissions
Community Discussion
No community discussion yet for this question.