how to add or remove a user in kali linux 2020 in hindi

Опубликовано: 19 Февраль 2026
на канале: techessay
29
0

To List all User in kali linux
cut -d: -f1 /etc/passwd
To remove a user
userdel -r your_ user_ name
If any Process is running on that user
then
kill 9 process_id
To add a New user
useradd -m user_name
to gave a passward to your_user_name
passwd your_user_name
To give super user Privilege
usermod -a -G sudo your_user_name
To register it in Bash file
chsh -s /bin/bash your_user_name
Logout
Login
Hey you sussesfully login
#kalilinux
#kali
#techessay