I just installed Ubuntu on my laptop and gave my name and a password for administrator account. Later in terminal I tried to create another user. It told me that only the root user can do it but i don't know to login as root and create a new user. In red hat i know how to, because I'm a red hat user. What should i do now someone please help me. i tried the codes
2 sudo apt-get install chromium-browser
3 mkusr general use
4 crusr general use
5 mkdir mukundan
6 adduser
7 exit
8 adduser
9 root
10 sudo apt install root-system-bin
11 --fix-missing?
12 run apt-get update
13 sudo apt install root-system-bin
14 mkdir
15 su root
16 su root
17 su root
18 history
still nothing worked
sudo su root
? – pLumo Jul 24 '17 at 13:37sudo passwd root
. However you don't need root to create a new user. To create a new user, when it asks for the password, just give it your own administrative password. And, please don't use commands if you don't know 100% what they do. You could damage your system. – heynnema Jul 24 '17 at 13:37