I'm stucked when searching for how to create a user account with "normal" privileges in a Debian Buster workstation. I've been searching everywhere, the Debian handbook, this forum, the Internet.
The user needs to be able to do normal user tasks like:
be able to browse the Internet, using normal Office programs or other programs an user should be able to run. He or she should not be able to use sudo (so not member of sudoers).
I've created a new user via the GUI with "standard" user rights. (In meanwhile I also restricted the user by chmod 0750 all directories under /home to restrict the user not to see other home directory contents than his own homedir.
The problem I'm facing:
When starting my workstation and logging in with the regular user, the network needs to be started. The workstation asks to enter the password of the first (admin) user on my workstation to elevate privileges to be able to do this. I would expect that network startup could be done automatically.
Wherever I search, nowhere a proper guide has been found by me how to make my regular user the desired way. Not even in the very large Debian handbook. I do find how to grant an user sudo privileges, but this is not what I want.
I would appreciate help in achieving my goal, so in advance thank you for your help offered.