How to Add Your Own Account in Kali Linux on VirtualBox with root Privileges

Published: 26 July 2021
on channel: TECH DHEE
5k
82

In this video, I will gonna show How to Add a New User Account in Kali Linux on Virtual Box step by step. We all know that in Virtual Machine default username and password is KALI. So we have to create an own account in Kali Linux. You you have to follow this Kali Linux Tutorial for this.

Timestamps:
[00:27]​ Intro
[00:45] Add New User in Kali
[01:16] Set User's Password in Kali Linux
[01:29] Add User in Sudo Group
[01:53] Assign the Shell to New User
[02:21] 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 Any Actions!️️️


Watch video How to Add Your Own Account in Kali Linux on VirtualBox with root Privileges online without registration, duration 02 minute 56 second in high hd quality. This video was added by user TECH DHEE 26 July 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 5 thousand once and liked it 82 people.