adduser
添加用户的工具。 更多信息:https://manpages.debian.org/latest/adduser/adduser.html.
adduser {{用户名}}
adduser --no-create-home {{用户名}}
adduser --home {{home 路径}} {{用户名}}
adduser --shell {{shell 路径}} {{用户名}}
adduser --ingroup {{用户组}} {{用户名}}