1
00:00:00,330 --> 00:00:08,610
For understanding indexes option, let us go to /var/www/html/example2 directory and create the files and directories as we have

2
00:00:08,610 --> 00:00:13,720
discussed, so we will go to our master system, in Master system.

3
00:00:13,740 --> 00:00:27,470
First, we are going to move to /var/www/html/example2 directory by default, one file is there.

4
00:00:27,690 --> 00:00:33,480
So we are going to create mkdir test soft.

5
00:00:35,580 --> 00:00:38,310
Then we will enter into the test directory.

6
00:00:40,020 --> 00:00:43,590
Just create two files with the touch command.

7
00:00:43,610 --> 00:00:48,810
You can create the files, then we want to enter into the soft directory.

8
00:00:50,250 --> 00:00:57,870
So we'll go into the soft directory and by using the touch command we are again going to create 2 file as

9
00:00:57,870 --> 00:00:59,010
s1 and s2.

10
00:00:59,790 --> 00:01:04,190
So for understanding indexes option, we need certain data.

11
00:01:05,670 --> 00:01:11,760
Now we are in this directory and with tree command you can view the whole directory structure.

12
00:01:12,060 --> 00:01:16,710
So it is showing that we have got one soft directory and s1 and s2 files are there.

13
00:01:16,920 --> 00:01:19,200
Then we have got test directory.

14
00:01:20,610 --> 00:01:22,820
files f1 and f2 files are there.

15
00:01:23,190 --> 00:01:31,890
So instead of typing t1 t2 we type f1 f2, no issue regarding that or we can change

16
00:01:31,890 --> 00:01:35,520
that also like we have shown in that screenshot.

17
00:01:35,940 --> 00:01:44,910
So let us go into this directory and remove these files, rm f1 f2 and let us create

18
00:01:44,910 --> 00:01:49,290
the files that we decided in the screenshots.

19
00:01:49,410 --> 00:01:54,710
So we are going to make the file t1 and t2 like we discuss.

20
00:01:55,830 --> 00:01:57,300
So let me again come back.

21
00:01:59,550 --> 00:02:04,230
Now, if we are going to view that mean now it is correct in soft, we have got s1 and s2

22
00:02:04,230 --> 00:02:10,710
in test we have t1 and t2, even if the files were f1 and f2 no issue regarding

23
00:02:10,710 --> 00:02:11,040
that.

24
00:02:11,490 --> 00:02:15,570
So we have created the file and directories as we discussed.
