From b0fb082976af9afe62f31946489d694e83f81824 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:15:29 +0300 Subject: [PATCH] faillock: add non-root commands (#14189) Update faillock.md --- pages/linux/faillock.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/linux/faillock.md b/pages/linux/faillock.md index 01ce47c08..3e6651fd0 100644 --- a/pages/linux/faillock.md +++ b/pages/linux/faillock.md @@ -3,6 +3,14 @@ > Display and modify authentication failure record files. > More information: . +- List login failures of the current user: + +`faillock` + +- Reset the failure records of the current user: + +`faillock --reset` + - List login failures of all users: `sudo faillock`