| 用户账户 | UID | 权限
usermod
添加用户账户 方法1
bashuseradd -d 指定用户主目录 -g 指定用户所属
useradd -d 指定用户主目录 -g 指定用户所属
设置账户密码
passwd [选项] [用户名]
passwd -l 锁定账户密码 -u