From a7301173ca24901ab7bf8991f8e19af6f6e19229 Mon Sep 17 00:00:00 2001 From: Robert LA LAU Date: Mon, 21 Oct 2024 14:10:01 +0200 Subject: [PATCH] Corrected grep command The handbook says to grep /etc/master.passwd for the user password hash mechanism, but this should be /etc/login.conf. --- documentation/content/en/books/handbook/security/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/security/_index.adoc b/documentation/content/en/books/handbook/security/_index.adoc index 100e4a8f41e..5bfe2743261 100644 --- a/documentation/content/en/books/handbook/security/_index.adoc +++ b/documentation/content/en/books/handbook/security/_index.adoc @@ -180,7 +180,7 @@ The following command can be run to check which hash mechanism is currently bein [source,shell] .... -# grep user /etc/master.passwd +# grep passwd_format /etc/login.conf .... The output should be similar to the following: