Add and Remove a Standard User with root privilege

Add user with root privilege Kali Linux got only root user by default. While most applications require root access, it’s always a good idea to add a second user. Open terminal and type following to create new user (replace user1 with your desired user name) useradd -m user1 (Note: -m means create home directory whichContinue reading “Add and Remove a Standard User with root privilege”