faillog8System Management Commandsfaillogdisplay faillog records or set login failure limitsfaillogoptionsDESCRIPTIONfaillog formats the contents of the failure log
from /var/log/faillog database. It also can be
used for maintains failure counters and limits. Run
faillog without arguments display only list of user
faillog records who have ever had a login failure.
OPTIONS
The options which apply to the faillog command
are:
,
Display (or act on) faillog records for all users having an
entry in the faillog database.
, Display help message and exit.
,
SEC
Lock account to SEC
seconds after failed login.
Write access to /var/log/faillog
is required for this option.
,
MAX
Set maximum number of login failures after the account is
disabled to MAX.
Selecting a
MAX value of 0 has the effect of not
placing a limit on the number of failed logins.
The maximum
failure count should always be 0 for root
to prevent a denial of services attack against the system.
Write access to /var/log/faillog
is required for this option.
,
Reset the counters of login failures or one record if used with
the LOGIN
option.
Write access to /var/log/faillog
is required for this option.
,
DAYS
Display faillog records more recent than
DAYS.
,
LOGIN|RANGE
Display faillog record or maintains failure counters and limits
(if used with , or
options) only for the specified user(s).
The users can be specified by a login name, a numerical user
ID, or a RANGE of users. This
RANGE of users can be specified
with a min and max values
(UID_MIN-UID_MAX), a max value
(-UID_MAX), or a min value
(UID_MIN-).
When none of the , , or
options are used, faillog
displays the faillog record of the specified user(s).
NOTE: in display mode, only the records of users which currently
exist in the system are displayed. In the other modes (when the
, , or
options are used), the records of the user, or the range of users,
or all the users that may have an entry in the faillog database will
be changed. This is useful to reset records of users that have been
deleted or set a policy in advance for a range of users.
CAVEATSfaillog only prints out users with no successful
login since the last failure. To print out a user who has had a
successful login since their last failure, you must explicitly request
the user with the flag, or print out all users
with the flag.
FILES/var/log/faillogFailure logging file.SEE ALSOlogin1,
faillog5.