June 2018
Intermediate to advanced
294 pages
7h 5m
English
Managing users in Kali is not an everyday task, but you will probably use it occasionally. Personally, I rarely use the following commands, but sometimes, you might need to handle user management:
useradd -m [username] -G sudo -s /bin/bash
su - [desired root user name]
sudo [application name]
passwd [user name]
Read now
Unlock full access