1 00:00:06,930 --> 00:00:08,670 - All right, let's have a look at the commands 2 00:00:08,670 --> 00:00:10,050 that we have seen in this lesson. 3 00:00:10,050 --> 00:00:13,290 It all started with chown, for change ownership. 4 00:00:13,290 --> 00:00:18,290 We have seen chgrp, which is for changing group ownership. 5 00:00:18,630 --> 00:00:22,140 You don't really need chgrp because you can use chown 6 00:00:22,140 --> 00:00:26,765 to change user as well as group ownership at the same time. 7 00:00:26,765 --> 00:00:30,450 We have seen chmod to change the permission mode. 8 00:00:30,450 --> 00:00:31,920 Pretty important command. 9 00:00:31,920 --> 00:00:35,220 It's really the command to manage permissions. 10 00:00:35,220 --> 00:00:37,320 We have also seen diff, diff, 11 00:00:37,320 --> 00:00:41,220 which allows you to show you differences between two files. 12 00:00:41,220 --> 00:00:43,650 We have seen that in a context of set user ID, 13 00:00:43,650 --> 00:00:47,070 where you want to use finds to find files 14 00:00:47,070 --> 00:00:52,070 that have set user ID, and to compare files to one another 15 00:00:52,200 --> 00:00:54,120 to see if anything has changed. 16 00:00:54,120 --> 00:00:56,040 Unless it's about umask, 17 00:00:56,040 --> 00:00:58,860 umask has been used for the default permissions. 18 00:00:58,860 --> 00:01:02,160 That's all the commands that we have used in this lesson. 19 00:01:02,160 --> 00:01:04,173 Let's go do the end of lesson lab.