Faillog: Unterschied zwischen den Versionen
Die Seite wurde neu angelegt: „FAILLOG(8) System Management Commands FAILLOG(8) == NAME == faillog - display faillog records or set login failure limits == SYNOPSIS == faillog [options] == DESCRIPTION == faillog displays the contents of the failure log database (/var/log/faillog). It can also set the failure counters and limits. When faillog is run without arguments, it only displays the faillog records of the users who had a login failure. == OPTIONS == The options which apply to…“ |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
'''faillog''' - display faillog records or set login failure limits | |||
== | == Beschreibung == | ||
faillog | faillog displays the contents of the failure log database (/var/log/faillog). It can also set the failure counters and limits. When faillog is run without arguments, it only displays the faillog records of the users who had a login failure. | ||
== | == Installation == | ||
<syntaxhighlight lang="bash" highlight="1" line> | |||
</syntaxhighlight> | |||
== Aufruf == | |||
<syntaxhighlight lang="bash" highlight="1" line> | |||
faillog [options] | faillog [options] | ||
</syntaxhighlight> | |||
== | === Optionen === | ||
{| class="wikitable sortable options gnu" | |||
|- | |||
! Unix !! GNU !! Parameter !! Beschreibung | |||
|- | |||
| -1 || --single || || Exit as soon as the first advertisement is received (default) | |||
|- | |||
|} | |||
=== Parameter === | |||
=== Umgebungsvariablen === | |||
=== Exit-Status === | |||
== Anwendung == | |||
<syntaxhighlight lang="bash" highlight="1" line> | |||
== | </syntaxhighlight> | ||
=== Problembehebung === | |||
; CAVEATS | |||
faillog 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 -u flag, or print out all users with the -a flag. | |||
== Konfiguration == | |||
=== Dateien === | |||
; /var/log/faillog | |||
Failure logging file | |||
<noinclude> | |||
== Anhang == | |||
=== Siehe auch === | |||
* [[login]](1) | |||
* [[faillog]](5) | |||
{{Special:PrefixIndex/{{BASEPAGENAME}}}} | |||
==== Dokumentation ==== | |||
shadow-utils 4.13 03/23/2023 FAILLOG(8) | |||
- | ===== Man-Page ===== | ||
===== Info-Pages ===== | |||
==== Links ==== | |||
===== Projekt ===== | |||
===== Weblinks ===== | |||
{{DEFAULTSORT:faillog}} | |||
{{DISPLAYTITLE:faillog}} | |||
[[Kategorie:Linux/Benutzer]] | |||
</noinclude> | |||
/ | |||
Version vom 5. Januar 2025, 12:34 Uhr
faillog - display faillog records or set login failure limits
Beschreibung
faillog displays the contents of the failure log database (/var/log/faillog). It can also set the failure counters and limits. When faillog is run without arguments, it only displays the faillog records of the users who had a login failure.
Installation
Aufruf
faillog [options]
Optionen
Unix | GNU | Parameter | Beschreibung |
---|---|---|---|
-1 | --single | Exit as soon as the first advertisement is received (default) |
Parameter
Umgebungsvariablen
Exit-Status
Anwendung
Problembehebung
- CAVEATS
faillog 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 -u flag, or print out all users with the -a flag.
Konfiguration
Dateien
- /var/log/faillog
Failure logging file
Anhang
Siehe auch
Dokumentation
shadow-utils 4.13 03/23/2023 FAILLOG(8)
Man-Page
Info-Pages
Links
Projekt
Weblinks