Kali
By Mr.Seiko on Dec 3, 2014 | In Uncategorized
Was fucking around in Kali today.
Encountered a few issues with getting a Useraccount that was not Root to sudo. The following seems to do it easily.
1. Open a terminal using Ctrl+Alt+T or clicking on the icon - logged in as root
2. Add a new user using: #useradd -m username
3. Create a password for the user: #passwd username
4. Add the user to the sudo group (to install software etc): #usermod -a -G sudo username
5. Now finally change the default shell of the newly added user to bash: #chsh -s /bin/bash username
No feedback yet
| « Python Install | Welcome » |