发布网友 发布时间:2022-04-23 08:27
共2个回答
热心网友 时间:2022-04-27 09:17
用root登录,然后执行useradd –d userhome –g GID username
比如 useradd –d /home/test –g 600 test test
密码设置执行passwd test
输入要为该新用户设置的密码
输入确认密码
说明:
userhome 代表新建用户主目录,GID 为新建用户所在组ID (-参数可自主选择执行)
username 为新建的用户名
热心网友 时间:2022-04-27 10:35
useradd 用户 -p 密码
usage: useradd [-u uid [-o]] [-g group] [-G group,...]
[-d home] [-s shell] [-c comment] [-m [-k template]]
[-f inactive] [-e expire ] [-p passwd] [-M] [-n] [-r] name
useradd -D [-g group] [-b base] [-s shell]
[-f inactive] [-e expire ]