useradd hank

useradd -u 511 -g 520 (可以写id也可以写名称) user2

-M 不去创建家目录

userdel 删除

userdel -r 删除家目录