complete-intro-to-linux-and-the-cli
complete-intro-to-linux-and-the-cli copied to clipboard
Fix a chown command wrong information
In the command
sudo chown ubuntu:ubuntu hello # it's <group>:<user> but it should be <user>:<group>.
It is fixed in my commit.