August 2018
Intermediate to advanced
482 pages
12h 44m
English
Now, we will see how to use chmod in different ways to set different permissions:

As we can see, currently only the user/owner has read and write permission, whereas groups and other users have only read permission.
chmod u+x file1.txt

This command will add the execute permission for the owner of the file.
Read now
Unlock full access