- Forums
- Linux
- How To Create A User In Unix Shell
Will Provide The Terminal Console Command For The Unix Shell To Add Or Create A User In A Unix And Linux Computer System [3273], Last Updated: Mon Jun 24, 2024
Webune Tutorials
Thu Nov 26, 2009
0 Comments
465 Visits
Webune has Linux Dedicated Server
one of the popular questions we get from our customers is how they can create a user in their Webune Linux Dedicated Server
its very easy, the adduser command will create a user in your system
lets say we want to create a user named 'webune' with the password as webuner0cks
this is how you would do it [this example will be performed using a fedora box]
1. add user to system:
SHELL COMMAND:
adduser webune
2. Set webune's password::
SHELL COMMAND:
passwd webune
NOTE: you will be prompted to enter the password twice
done
that was easy right.
for more questions or tutorials, please browse to our forums.
Webune Support Team