要锁定一个用户账户,可以使用以下命令:
sudo passwd -l username
要解锁一个被锁定的用户账户,可以使用以下命令:
sudo passwd -u username
其中,username 是要锁定或解锁的用户账户的用户名。要使用这些命令,需要以管理员身份运行。
username