Exercise 1, Chapter 5 - Configuring users in Kali
- Create a standard user account. Add the new user to the 'sudo' group
Previous TopicNext Topic
by digip Comments are off
adduser username
passwd username
usermod -a -G sudo username
chsh -s /bin/bash username
Return to Kali Linux Revealed Course
Window User Mode Exploit Development (EXP-301)
Learn how to write your own custom exploits in this intermediate-level course.