answersLogoWhite

0


Best Answer

There are two commands you will need in order to add users in linux: useradd and passwd. For example, if you want to add a user named tom, you would type

sudo useradd tom

and to set the password you would type

sudo passwd tom

The sudo command is necessary if you are not logged in as root. If you are not a member of the sudoers file, you can change to the root account by typing

su

and then logging in.

Remember that there are important files that will be created or changed when you add a user. These are

/etc/passwd

/etc/shadow

/etc/default/useradd

/home/tom

/etc/

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the steps to create a user in Linux by the use of GUI?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does Windows and Linux have a single default GUI interface?

No. There is no single user interface for Linux. GNOME. KDE, Xfce, Fluxbox, and CDE are all examples of user interfaces / desktop environments for Linux.


Does Linux provide command line user interface?

The Linux kernel itself does not include a GUI. However, most Linux distributions have one. Yes, Linux have a GUI.Today many kind of vendor available in Linux Like Redhat fedora,Ubuntu,Suse, Mandriva and many more. Those Linux version provide Cmd and GUI mode for work.


Why use Linux basic commands?

Many Linux users find the command line quicker than using the Graphic User Interface (GUI).


What do you mean GUI?

GUI stands for Graphical User Interface. It is a programming technique that allows the user to visually interpret commanding the program driving the GUI. All versions of Windows are GUIs. Computer games are GUIs. This is opposed to text based user interfaces. DOS (Disk Operating System) was the first operating system for the AT style desktop computer. It presented itself to the user with a ">" prompt on the command line. The user typed in a DOS command and told the computer to execute the command by hitting the "Enter" key. The computer responded to the command with lines of ASCII text on the display. LINUX is a text based operating system. There are several different GUI layers that run on top of a LINUX based operating system.


A GUI based operating system with examples?

* Windows: Everything is presented to user graphically * Mac OSX * Linux running xWindows


What is one advantage of using Linux rather than a Windows operating system?

1.Linux is MultiTasking OS. 2.Linux won't affect by virus, Because it wont run .exe files. 3.It is Multi User OS. 4.Both GUI(Graphical User Interface) and TUI(Text User Interface).


Difference between TUI and and GUI?

tui -text user interface gui -graphical user interface those are editors in linux gui has 3 editors i.e 1gedit 2nedit 3.emacs tui has 3 editors i.e 1vi/vim 2.ed/ex 3.nano/pico


Is the Linux GUI part of the kernel?

no


What is in a GUI operating system?

A GUI operating system is really anything that uses graphics to control what a system does. GUI stands for "Graphic User Interface". So there for, MACOS, Windows, and the Main screen of Linux/Unix is considered a GUI, the operating system is the part of software that controls what the computer is doing.


What are 2 main characteristic of GUI?

GUI stands for Graphic user interface. GUI is used to make the user interface interactive and user friendly.


Does windows XP have a graphical user interface?

Windows has a GUI and CLI. You use the GUI pretty much all the time. Dump the windows and get a Linux install, try ubuntu and get used to using the well structured CLI. The GUI will make more sense then in general.


What is the advantage of running a Linux server without a GUI?

The GUI uses unnecessary resources.