1
00:00:00,330 --> 00:00:08,580
Now, let us login as a nanu user and create files and directories, so we will go to our master system, we will

2
00:00:08,580 --> 00:00:12,930
log out and then we'll login with nanu user.

3
00:00:13,470 --> 00:00:16,770
And password is one with pwd command.

4
00:00:16,780 --> 00:00:18,790
You can verify the home directory.

5
00:00:19,380 --> 00:00:26,810
Then we are going to create mkdir public_html.

6
00:00:28,800 --> 00:00:33,660
Then with ls -ld command, you can verify the permissions.

7
00:00:34,350 --> 00:00:36,920
So by default, the permission are 775.

8
00:00:38,100 --> 00:00:43,340
Then we are going to change the permissions chmod 755.

9
00:00:44,370 --> 00:00:45,570
The name of the directory.

10
00:00:45,780 --> 00:00:47,710
In our case it is public_html.

11
00:00:48,210 --> 00:00:52,650
Then again, we are going to verify whether the changes are there or not.

12
00:00:52,650 --> 00:00:53,760
We have made the changes.

13
00:00:54,210 --> 00:01:02,140
Then we will go to the public_html directory and here we are going to create one file index.

14
00:01:02,310 --> 00:01:05,600
html and we are going to put some data there.

15
00:01:07,110 --> 00:01:08,700
Now we are going to put the data.

16
00:01:08,700 --> 00:01:18,510
Welcome to Nanu User HomePage.

17
00:01:19,500 --> 00:01:26,820
Any data you can put with pwd command, we can verify where we have created the directory.

18
00:01:27,630 --> 00:01:34,530
So now we have created the required directory structure as we have specified and we discussed.
