1
00:00:06,719 --> 00:00:13,429
All right, let's have a look at the commands that
we have seen. There's only a handful chown for change owner.

2
00:00:14,449 --> 00:00:19,879
That is the first thing that you need
to do to set your file or directory ownership.

3
00:00:20,399 --> 00:00:27,070
And chdrp is doing the same for the group owner.
So chown is for user owner chdrp for the group owner.

4
00:00:27,899 --> 00:00:30,179
Chmod is changing
the permission mode.

5
00:00:30,760 --> 00:00:34,649
Very important command to define which
permissions are set to which files.

6
00:00:35,170 --> 00:00:39,070
And umask is what you can
do to manipulate the default permissions.
