How to Lock / Unlock User in ubuntu / Debian Linux
For Locking User from command Line
$ sudo usermod -L jaunty This will Lock user account named jaunty
For Locking User from command Line
$ sudo usermod -U jaunty This will UnLock user account named jaunty
Advertisement
