complete-intro-to-linux-and-the-cli icon indicating copy to clipboard operation
complete-intro-to-linux-and-the-cli copied to clipboard

Fix a chown command wrong information

Open shiponcs opened this issue 4 years ago • 0 comments

In the command sudo chown ubuntu:ubuntu hello # it's <group>:<user> but it should be <user>:<group>. It is fixed in my commit.

shiponcs avatar May 30 '21 05:05 shiponcs