useradd [选项] 用户名例:useradd -u 555 use1(创建新用户use1 并设置其用户id)设置密码 :passwd 用户名groupadd [选项] 参数例:groupadd -g 555 group1 (创建一个用户组group1 指定其组id为555