Using a GUI Utility to Create a Linux User - Rather Than Using A Linux Command
Using A Linux Command to Create a Linux User VS. Using A GUI Utility
Here is an example of running the Linux adduser command to quickly and easily create a new Linux user named bthatcher (for Becky Thatcher):
# adduser -c "Becky Thatcher" bthatcher
Creating A Linux User With A GUI Utility - The Slow and Cumbersome Way
Here are the steps that are required (from a Linux desktop - if there is one on the system) to use a Linux GUI utility to do the equivalent of the Linux command shown above, to create
the bthatcher user:
- Select the main menu name (for the GUI utility) and then select the name of the GUI utility to run it
- Wait for the GUI utility to start up - and on some systems, this can be a very tedious wait
- In the GUI utility to create a user, click on User (menu name) and then click on Create
- Click on the field (blank space in the GUI) for First Name and type in: Becky
- Click on the field for Last Name and type in: Thatcher
- Click on the field for Username and type in: bthatcher
- Click OK to create the user.
The above steps provide a general description of using a GUI utility, but these steps will be different from one Linux distribution to another - and the name of the GUI utility will be different from one distro to another.
So, you can easily see that it's much faster and easier to run a Linux command than to use a Linux GUI utility to do the equivalent of running a command. But you have to know the name of the command to run, and what to type in to run it!
Getting Linux Commands Training The Easy Way With Linux Video Tutorials!
One of the easiest and best methods of getting Linux training is to actually see Linux commands being run "live" by watching Linux video tutorials. With this method you get see and hear how command is run and then pause the video and do the steps to run the command yourself!
Do you need to start learning how to use Linux commands - for ALL Linux distros - right NOW?
Just click on Order Now (to order the "Linux Admin & Commands" Video tutorials on CD or to order these videos for Online Viewing). Once you have ordered, you can log in and start learning Linux Commands right away - even if you bought ordered the CD - you can watch the Linux Commands videos with Online viewing until your CDs arrive!
Learn how to use Linux in General - Featuring Ubuntu Linux - NOW - Click Here to Order
Thanks for visiting and reading this "Linux Commands Book Blog"!
Now click on "Comment" below - to ask a Linux commands training question, make a suggestion, or let us know what you think.
You can get even find out more about Linux commands training by going to:
http://www.iLearnLinux.com/Linux-Commands
and if you need to learn Ubuntu Linux, you can watch free sample Ubuntu Linux video training tutorials!
Yo Sailor! What would you like to learn next about using Linux commands, or running Linux on your system?
To get more info on Linux commands - and on what YOU need to know, click "Comment" and make a Linux commands book suggestion, ask Linux Commands training questions, or post a comment to let us know what you think so far.
Get Updates to this Linux Commands Book Blog. FREE! |
| Privacy Notice: We will not distribute your email address to anyone. Period! |
Thanks for coming here and having a look at this Linux CommandsTraining blog!
Clyde Boom, http://www.iLearnLinux.com
The Easy Linux Training Guy
Easy, Self-paced Linux Training - in Plain English!
Filed under 1.085 | Using a GUI Utility Rather Than A Linux Command by Clyde Boom, The Easy Linux Training Guy!





Comments on Using a GUI Utility to Create a Linux User - Rather Than Using A Linux Command »
[...] Using a GUI Utility to Create a Linux User - Rather Than Using A Linux Command Using A Linux Command to Create a Linux User VS. Using A GUI Utility Here is an example of running the Linux useradd command to quickly and easily create a new Linux user named bthatcher (for Becky Thatcher): ]# useradd -c "Becky Thatcher" bthatcher Creating A Linux User With A GUI Utility - The Slow and Cumbersome Way Here are the steps that are required (from a Linux desktop - if there is one on the system) to use a Linux GUI utility to do the equivalent of the Linux command shown above, [...]