From time to time, we will need to disable users. This may be prior to the permanent deletion of the user account or just as a precautionary step.
As root, you can easily disable a user account by
# usermod –L <username>
Or you can just add an ! in front of the 2nd field (the encrypted [...]


