添加用户的工具.
adduser {{用户名}}
adduser --no-create-home {{用户名}}
adduser --home {{home 路径}} {{用户名}}
adduser --shell {{shell 路径}} {{用户名}}
adduser --ingroup {{用户组}} {{用户名}}