1 00:00:01,100 --> 00:00:02,960 Hey, welcome back to this lesson. 2 00:00:03,080 --> 00:00:07,640 So in this video, we are going to learn about Linux directory structure. 3 00:00:07,640 --> 00:00:16,130 So for all of you who have come from a Windows background or have never used Linux, it may be a little 4 00:00:16,130 --> 00:00:20,630 bit astonishing or surprising to see a different file system over here. 5 00:00:21,200 --> 00:00:26,510 Generally speaking, we have seen that the Windows file system is very, very simple. 6 00:00:26,510 --> 00:00:35,390 As many times it starts with the local disk C, D, E and F, but in Linux there are different directories 7 00:00:35,390 --> 00:00:36,770 that we can see. 8 00:00:37,610 --> 00:00:44,870 So the Linux file system hierarchy standard defines the structure of the file system on the Linux or 9 00:00:44,870 --> 00:00:47,300 any other Unix based operating systems. 10 00:00:47,300 --> 00:00:54,440 However, Linux file systems also contain some directories that are defined by the standard and you 11 00:00:54,440 --> 00:01:01,160 can see in front of you onto the screen there are different directories with starts, for example, 12 00:01:01,160 --> 00:01:09,560 with boot home proc dev as r lib, root etsi, md ses bin, etc.. 13 00:01:09,650 --> 00:01:16,670 So these are a few of them which are very important and you should know why these are the default directories 14 00:01:16,670 --> 00:01:21,800 which are being created automatically into any Linux distribution. 15 00:01:21,830 --> 00:01:27,530 Second thing that we are going to learn is the importance of each directory and what are the files that 16 00:01:27,530 --> 00:01:30,830 are being found in these directories in upcoming lessons. 17 00:01:31,010 --> 00:01:37,310 So stay tuned and we are going to learn each one of them one by one in each lesson and the importance 18 00:01:37,310 --> 00:01:37,820 of it. 19 00:01:37,850 --> 00:01:38,600 Thank you.