gasramatch.blogg.se

How to add a user account in ubuntu
How to add a user account in ubuntu








how to add a user account in ubuntu how to add a user account in ubuntu

Then add that group to sudoers file, to do that first open the file using the command – sudo visudoĪnd add the following line to the bottom of the file (then save the file and exit). In the case if sudo group doesn’t exist or you want to create your own group then use the following commands – Creating a Group (User Group)įirst create a group using the command (Replace group_name with the group you want to create e.g geeky)- sudo addgroup group_name Now, you’ve created the user, you can add the user to sudo group (which is created by default in Ubuntu, you could also use admin group) using the following command – sudo adduser user_name sudo For instance, if you want to add a new user called ‘james’ the syntax should be: sudo adduser james. Remember to replace username with the preferred name of your new user.

(Then you will be prompted to Enter the details for the new user such as password, Name, Room Number, Phone Number etc, just enter the details correctly and hit ‘y’) Granting sudo power to the User So, on a terminal window, type the following: sudo adduser . how to add a user account in ubuntu

To create a user in Ubuntu, open terminal (Ctrl+Alt+t) and execute the command (replace user_name with the username of your choice etc coolgeek). So lets move on to terminal approach which is more funky, powerful and preferred among linux users. The above snapshot, explains the process of creating a new user account in Ubuntu 11.10 (running Gnome 3 with Gnome Shell Interface, wondering what theme? it’s Zukito Isn’t it cool :)). No, there is another way to do that – from terminal – using some funky terminal commands. If you’ve installed Ubuntu 11.10 (or older version such as 11.04 or any other similar linux distributions such as Linux Mint 12) – then during installing process, you created a super user by default, but sometimes you need to create another user with root power i.e you want to create a sudo user, right? Yeah! because it’s not a good idea to use (or enable, because it’s disabled by default) root account for administrative tasks.Ĭreating another user or simply the user management in Ubuntu is not a complex task – as you can easily create/delete/update users from a clean, simple and easy to use graphical interface (Go to Top Right -> Click on Your Name -> Then click on your Icon).










How to add a user account in ubuntu