Order of parameters in comment on the chown command
Opened this issue · 0 comments
santiagotsp commented
Hi, on the page: https://btholt.github.io/complete-intro-to-linux-and-the-cli/users-groups-and-permissions
The comment in the line:
sudo chown ubuntu:ubuntu hello # it's group:user
The parameters passed to the chown command are inverse, first the user and then the group
chown [OPTIONS] [USER] [:GROUP] filename(s)
https://linuxize.com/post/linux-chown-command/
https://linuxize.com/post/linux-chown-command/