0

I want to add another main user that has sudo rights to do everything on my system.

How can I start the "Users and Groups" application without using that name?

Because I have a rights problem on my computer, I cannot start it as the main user, only with gksu

what is the internal name of that program?

rubo77
  • 32,486

1 Answers1

3

The command is users-admin

You can Alt+F2 then run

users-admin

To add a new user you will need to supply the admin password (assuming you are the first user, that will be yours)

To do so via command line, use the adduser command.

https://help.ubuntu.com/community/AddUsersHowto#Command-line

If unable to do so from within a booted system, run the recovery mode from your boot menu and use a root terminal.

What is the "recovery" option in the grub menu?

You will need to mount as read/write prior to making any changes from there. ( see answer here Unable to mount filesystem as read-write in recovery mode )

mount -o rw,remount /