Useradd: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[Linux#Commands|Linux]] | * [[Linux#Commands|Linux]] | ||
* [[groupadd]] | |||
=Overview= | =Overview= | ||
Line 8: | Line 9: | ||
=Install= | =Install= | ||
<font size=-1> | |||
yum install shadow-utils | yum install shadow-utils | ||
</font> | |||
=Usage= | |||
<font size=-1> | |||
useradd -g <gid> -u <uid> -m someuser | |||
</font> |