From 5d883d8154e597d70651d755b78d9cad4fb091cf Mon Sep 17 00:00:00 2001 From: Tom Leavitt Date: Wed, 25 Oct 2017 14:07:44 -0700 Subject: [PATCH] Add clarity to the passwd command Add additional wording describing the passwd prompts to enter and re-enter the new password. --- source/clear-linux/guides/maintenance/enable-user-space.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/clear-linux/guides/maintenance/enable-user-space.rst b/source/clear-linux/guides/maintenance/enable-user-space.rst index 2136eef4..a21fab96 100644 --- a/source/clear-linux/guides/maintenance/enable-user-space.rst +++ b/source/clear-linux/guides/maintenance/enable-user-space.rst @@ -22,7 +22,7 @@ Create a new user ================= To create a new user and set a password for that user, enter the following -command as a root user: +commands as a root user: .. code-block:: console @@ -30,7 +30,9 @@ command as a root user: passwd Replace with the name of the user account you want to create and -with the password for said user. +with the password for said user. The :command:`passwd` command prompts you +to enter a new password and then retype the new password for the new user +account you just created. Install and update software ===========================