How to Create a New User Account on Kali Linux with root Privileges | Kali Linux 2021.2

Опубликовано: 19 Апрель 2021
на канале: TECH DHEE
77k
716

In this video, I will gonna show How to Create a New User Account on Kali Linux with root Privileges step by step. By default Kali Linux does not set up a root password during installation and therefore you don’t get the facility to log in as root. However, this does not mean that the root account doesn’t exist in Kali Linux or that it can’t be completely accessed. Instead you are given the ability to execute tasks with superuser privileges using sudo command.

Timestamps:
00:00​ Intro
00:34 Add New User in Kali
00:57 Set User's Password in Kali Linux
01:05 Add User in Sudo Group
01:19 Assign the Shell to New User
01:38 Login as New User Account in Kali Linux

️ Commands:
️ Create a New Normal User by command below:

adduser username

️ Chanage the user's password:

passwd username

️ Now, Add user to sudo group (This allows user to install software or other permissions)

usermod -a -G sudo username

usermod is used for make changes to an existing user

-a means add

-G means to group

sudo is Group in kali Linux default

️ Now, we have to specify the shell for our new user.

chsh -s /bin/bash username

chsh means change shell

-s (-shell) specified shell for new accounts, in this case /bin/bash

That is it! This is the way How to Create a New User Account on Kali Linux with root Privileges

=====================================
LIKE || COMMENT || SHARE || SUBSCRIBE!!!!!!
=====================================
↬ Subscribe:
↬ Patron :
↬ YouTube:
↬ Facebook:
↬ Twitter:
↬ Blogger:
↬ Website:

If There is Anything You Want Me to Cover Then Do Let Me Know.

This Video is For Educational Purposes Only!
I'm Not Responsible For Your Actions!


Смотрите видео How to Create a New User Account on Kali Linux with root Privileges | Kali Linux 2021.2 онлайн без регистрации, длительностью 02 минут 21 секунд в хорошем hd качестве. Это видео добавил пользователь TECH DHEE 19 Апрель 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 77 тысяч раз и оно понравилось 716 людям.