April 2016
Beginner to intermediate
276 pages
5h 32m
English
In this chapter, we will discuss the following topics:
One of the major aspects of user authentication is monitoring the users of the system. There are various ways to keep track of all the successful and failed login attempts made by a user in Linux.
The Linux system maintains a log of all login attempts by different accounts in the system. These logs are all located at /var/log/.
Linux has many ways to help an administrator to view the logs, both through a graphical ...