Hello,
friends and welcome to the advanced Linux commands tutorial. In this
tutorial, I am going to discuss some of the widely used Linux commands
for the advanced users.
If you are a complete newbie to the Linux world then please consider checking Basic Linux commands for beginners and Linux commands for intermediate users.
If you already know the basics of Linux command line, then you are good to go.
So let’s begin.
- Adding Users
Adding
a user to your Linux machine is not a difficult task. If you are
running Linux on your PC you can easily add a user using the GUI (Graphical User Interface).
But when you’re are operating Linux on a server you’ll be not provided with the convenient GUI interface. You have to use the CLI (Command Line Interface) to perform all of your tasks.
Now, to add a user to your Linux machine you have to run the command:
adduser <user_name>
Eg: adduser testuser
No comments:
Post a Comment