1 00:00:00,300 --> 00:00:01,530 ‫So what do we have here? 2 00:00:02,250 --> 00:00:05,520 ‫Let me look for oh, right, it's the fine command. 3 00:00:06,180 --> 00:00:06,760 ‫Ha ha. 4 00:00:07,620 --> 00:00:13,410 ‫Anyway, the fine command is one of the most important and certainly frequently used command line. 5 00:00:13,410 --> 00:00:21,390 ‫Utilities in Unix like operating systems is used to search and find a list of files and directories 6 00:00:21,390 --> 00:00:27,180 ‫according to the conditions that you specify for files matching or arguments as a wide range of uses. 7 00:00:27,630 --> 00:00:35,400 ‫For example, you can always search by names, permissions, search depth, logical comparisons and 8 00:00:35,430 --> 00:00:36,240 ‫the list goes on. 9 00:00:37,100 --> 00:00:39,710 ‫But instead of listing, let's try it out. 10 00:00:41,860 --> 00:00:45,640 ‫So if you're typing a fine command and a location that you want to search in. 11 00:00:47,270 --> 00:00:49,190 ‫You need to add Dash. 12 00:00:49,570 --> 00:00:57,710 ‫I name so this is a parameter to find files using their name and ignoring the case, so I'll search 13 00:00:57,710 --> 00:00:58,520 ‫for all files. 14 00:00:58,520 --> 00:01:01,160 ‫It end with E! 15 00:01:01,520 --> 00:01:02,510 ‫Under the root folder. 16 00:01:04,290 --> 00:01:05,430 ‫OK, so here we go. 17 00:01:05,700 --> 00:01:10,560 ‫This is a great example, because as you can see, I get some errors because of permissions. 18 00:01:11,620 --> 00:01:15,970 ‫Now, to find all files, I'll need to run this command with pseudo. 19 00:01:18,760 --> 00:01:22,810 ‫OK, so now it's found all the files, it ends with an SD. 20 00:01:24,870 --> 00:01:29,580 ‫This time, I'll use a somewhat complicated command or is more complex anyway. 21 00:01:33,090 --> 00:01:38,910 ‫Let's search some files under the route folder and use the max depth parameter. 22 00:01:39,720 --> 00:01:39,990 ‫Huh. 23 00:01:40,320 --> 00:01:45,720 ‫So the max depth parameter is used to specify levels of directories below the starting points. 24 00:01:46,660 --> 00:01:52,270 ‫For instance, no one means that you're going to find the file under the root folder and one level down. 25 00:01:53,950 --> 00:01:59,110 ‫So the command I wrote in parenthesis finds folders that do not have 700 permissions. 26 00:01:59,350 --> 00:01:59,890 ‫Makes sense. 27 00:02:00,440 --> 00:02:03,640 ‫Then finally, the remainder of the command lists these folders. 28 00:02:05,450 --> 00:02:05,820 ‫OK. 29 00:02:05,900 --> 00:02:06,110 ‫And. 30 00:02:07,500 --> 00:02:11,990 ‫Of course, you need to run this command with pseudo because you are searching under the route folder. 31 00:02:13,360 --> 00:02:18,670 ‫And as a result of the search, this fire with the permission of 600 was found under the route folder.