Skip to content

删除用户

bash
userdel [用户名]

ℹ️ 例如:删除用户名为 zs 的命令如下

bash
userdel zs

修改用户密码

bash
passwd [用户名]

ℹ️ 例如:修改 zs 的用户名密码的命令如下

bash
passwd zs