1
00:00:00,360 --> 00:00:06,510
Now we are going to create 2 linux user vipin and nanu. The command is useradd vipin for creating 

2
00:00:06,510 --> 00:00:09,530
the vipin, a useradd kanu for creating the nanu user.

3
00:00:09,840 --> 00:00:13,370
And we are going to allocate some password in our case.

4
00:00:13,380 --> 00:00:20,130
We are keeping the password simple one we have given one password to nanu and one password numerical to

5
00:00:20,700 --> 00:00:21,540
vipin user.

6
00:00:22,410 --> 00:00:28,380
In our case, we have already created the users how we are going to verify that we have already created

7
00:00:28,410 --> 00:00:32,520
the user so you can run this command again vipin.

8
00:00:33,090 --> 00:00:39,090
When you are going to run this command, it is going to say that already user exists and when we are

9
00:00:39,090 --> 00:00:44,160
going to run this nanu user user it is showing already exist.

10
00:00:44,400 --> 00:00:53,310
You can verify with this command also cat /etc/passwd file, information about the user is their vipin

11
00:00:53,460 --> 00:00:56,450
and nanu user we have already created.

12
00:00:56,460 --> 00:01:02,490
If in your case it is not already created, then you can create with this command and then you have

13
00:01:02,490 --> 00:01:04,980
to give the password how you are going to give the password.

14
00:01:05,520 --> 00:01:06,270
Passwd nanu

15
00:01:07,430 --> 00:01:14,710
that means you can change the password in this command also and you can allocate the password.

16
00:01:15,150 --> 00:01:19,490
So again, we are showing you how to create the password.

17
00:01:19,710 --> 00:01:23,310
So this is the way it will ask for the password two times.

18
00:01:23,700 --> 00:01:28,440
So we are going to create, that mean we have created 2 users vipin and nanu.

19
00:01:28,920 --> 00:01:31,680
Later on we will be using nanu user for launching.

20
00:01:31,980 --> 00:01:39,870
per-user based that means nanu user is going to launch his website on his home directory.

21
00:01:40,230 --> 00:01:43,260
So we will see how to launch that website.
