Create new user on Linux
·1 min
# On Debian. On others, there might be a separate command.
sudo adduser ketan
# Allow that user to gain sudo access.
sudo usermod -aG sudo ketan
Next, follow this link to allow the new user to gain sudo access without a password: https://serverfault.com/a/596988