Linux Basic exercise: User and group management related exercises

Source: Internet
Author: User

Related exercises for Linux user and Group management commands:

1, create a user Mandriva, whose ID number is 2002, the basic Group is distro (group ID 3003),

The attachment group is Linux:

#groupadd-G 3003 distro

#groupadd Linux

#useradd-u 2002-g 3003-g linux Mandriva

2, create a user fedora, whose full name is Fedora Community, the default shell is tcsh;

#useradd-C "Fedora Community"-s/bin/tcsh Fedora

3, the change Mandriva ID number is 4004, the basic group is Linux, the attachment group is distro and fedora;

#usermod-u 4004-g linux-g distro,fedora Mandriva

4, to the Fedora password, and set its minimum password period of 2 days, the maximum period of 50 days

#passwd-N 2-x Fedora

5. Change the default shell of Mandriva to/bin/bash;

#usermod-S/bin/bash mandriva

6, add the system user HBase, and do not allow login system;

#useradd-R-s/sbin/nologin hbase


This article is from the "Learn Linux history" blog, please be sure to keep this source http://woyaoxuelinux.blog.51cto.com/5663865/1861455

Linux Basic exercise: User and group management related exercises

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.