switch user on computer

Asked by Roseann S. Lemkey

A non-owner would like to use the computer

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gdm Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Create a new user using:

sudo adduser newusername

The user will NOT be in the admin group so will not be able to use sudo and suchlike. If you want them to be able to use sudo, run:

sudo usermod -a -G admin newusername

(Obviously change newusername in each instance for the ACTUAL username you make).

You should be prompted to set the user's password but if you are not then run:

sudo passwd newusername

You can now log in as the new user and they will get vanilla settings (just like you did) when they first log in

Can you help with this problem?

Provide an answer of your own, or ask Roseann S. Lemkey for more information if necessary.

To post a message you must log in.