Change file ownership and access permissions with one command
You can change the file permissions and ownership, the group and mode of a directory with a single command, using chown. For example, to make a directory called /dir accessible for everyone (RW), set the user joe as the owner of /dir and it’s contents and claim dev as the ownership group, use chown -R… Read More »