mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-06 13:51:40 +00:00
Add clarity to the passwd command
Add additional wording describing the passwd prompts to enter and re-enter the new password.
This commit is contained in:
@@ -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 <userid>
|
||||
|
||||
Replace <userid> 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
|
||||
===========================
|
||||
|
||||
Reference in New Issue
Block a user