nerdexam
LPI

101-500 · Question #170

Which chown command will change the ownership to foo and the group to bar on a file named biglist?

The correct answer is C. chown foo:bar biglist. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

GNU and Unix Commands

Question

Which chown command will change the ownership to foo and the group to bar on a file named biglist?

Options

  • Achownfoo/bar biglist
  • Bchown -u foo -g bar biglist
  • Cchown foo:bar biglist
  • Dchown --user foo --group bar biglist

How the community answered

(30 responses)
  • B
    3% (1)
  • C
    93% (28)
  • D
    3% (1)

Explanation

You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

Topics

#chown command#file ownership#user:group syntax#file permissions

Community Discussion

No community discussion yet for this question.

Full 101-500 Practice