Boot to sudo user instead of root?
Boot to sudo user instead of root?
Hello. I wanted to know if it's possible to boot to a sudo user instead of booting to root. I have a RPi set up as an attendance program for some kids and I don't want them fiddling with the Pi and thus having access to root.
Re: Boot to sudo user instead of root?
create a new sudo capable user, boot into that
as root
https://www.digitalocean.com/community/ ... quickstart
as root
Code: Select all
adduser username
Code: Select all
usermod -aG sudo username