linux如何禁用用户呢?

sudo usermod -L 用户名

或:

sudo passwd -l 用户名

这样就可以禁用这个用户了.