How to create a New User and New User Group in Linux
In Linux,with just few commands you can easily create a new user though command line.In this article I will help you to create a new user and will add the user to new user group.
To create a new User Group
You can use the command groupadd
to create a new user group
$ groupadd bloggers
Now lets see how create a new user and add him to this group
To create new User
To create a new user we are going to use useradd
command,Lets create a new user with username vivek
$ useradd vivek
Now you can attach other information with this user like User description,Use group and User expiry date.
- -c : To add description about the user
- -e : To set expiry date to the user in the format of mm/dd/yy
- -g : To add user to existing group
For example
$ useradd -c “Blogger and Writer” -g bloggers -e “ 12/24/13 vivek
Now Lets add a new password to the user
$ passwd vivek Changing password for user vivek. New UNIX password:
Visit here to read in detail article about changing user password in Linux
If the user is already created then you will get an error if you use useradd
command
$useradd -g bloggers vivek useradd: user vivek exists
We need to use the command usermod
in this case
$usermod -g bloggers vivek
Now to verify whether user was successful added,Execute the following command
$ id vivek uid=501(vivek) gid=510(bloggers) groups=511(bloggers)
Hope you find this article useful,Tell us about topics that you want to be covered by us.You can use the comment form below.
2013-04-24 10:30:33
Source: http://www.techiestuffs.com/blog/create-new-user-new-user-group-linux-commands/
Source:
Anyone can join.
Anyone can contribute.
Anyone can become informed about their world.
"United We Stand" Click Here To Create Your Personal Citizen Journalist Account Today, Be Sure To Invite Your Friends.
Before It’s News® is a community of individuals who report on what’s going on around them, from all around the world. Anyone can join. Anyone can contribute. Anyone can become informed about their world. "United We Stand" Click Here To Create Your Personal Citizen Journalist Account Today, Be Sure To Invite Your Friends.
LION'S MANE PRODUCT
Try Our Lion’s Mane WHOLE MIND Nootropic Blend 60 Capsules
Mushrooms are having a moment. One fabulous fungus in particular, lion’s mane, may help improve memory, depression and anxiety symptoms. They are also an excellent source of nutrients that show promise as a therapy for dementia, and other neurodegenerative diseases. If you’re living with anxiety or depression, you may be curious about all the therapy options out there — including the natural ones.Our Lion’s Mane WHOLE MIND Nootropic Blend has been formulated to utilize the potency of Lion’s mane but also include the benefits of four other Highly Beneficial Mushrooms. Synergistically, they work together to Build your health through improving cognitive function and immunity regardless of your age. Our Nootropic not only improves your Cognitive Function and Activates your Immune System, but it benefits growth of Essential Gut Flora, further enhancing your Vitality.
Our Formula includes: Lion’s Mane Mushrooms which Increase Brain Power through nerve growth, lessen anxiety, reduce depression, and improve concentration. Its an excellent adaptogen, promotes sleep and improves immunity. Shiitake Mushrooms which Fight cancer cells and infectious disease, boost the immune system, promotes brain function, and serves as a source of B vitamins. Maitake Mushrooms which regulate blood sugar levels of diabetics, reduce hypertension and boosts the immune system. Reishi Mushrooms which Fight inflammation, liver disease, fatigue, tumor growth and cancer. They Improve skin disorders and soothes digestive problems, stomach ulcers and leaky gut syndrome. Chaga Mushrooms which have anti-aging effects, boost immune function, improve stamina and athletic performance, even act as a natural aphrodisiac, fighting diabetes and improving liver function. Try Our Lion’s Mane WHOLE MIND Nootropic Blend 60 Capsules Today. Be 100% Satisfied or Receive a Full Money Back Guarantee. Order Yours Today by Following This Link.
