Index: documentation/content/en/books/handbook/security/_index.adoc =================================================================== --- documentation/content/en/books/handbook/security/_index.adoc +++ documentation/content/en/books/handbook/security/_index.adoc @@ -120,11 +120,11 @@ To deny login access to accounts, two methods exist. The first is to lock the account. -This example locks the `toor` account: +This example locks the `imani` account: [source,shell] .... -# pw lock toor +# pw lock imani .... The second method is to prevent login access by changing the shell to [.filename]#/usr/sbin/nologin#.