summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-06-14 23:03:02 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-06-14 23:03:02 +0100
commitbd469f6c39fcea61efc05f23c8630208d671233a (patch)
tree287cf57fd50a01833dc92461dacbb2bff28ca403
parent765b8014ef186f9a9354aebb16e7f84bf7d17839 (diff)
Correct instructions for changing a user's password
-rw-r--r--source/_posts/adding_a_user_in_arch_linux.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_posts/adding_a_user_in_arch_linux.md b/source/_posts/adding_a_user_in_arch_linux.md
index 117ff50..451565c 100644
--- a/source/_posts/adding_a_user_in_arch_linux.md
+++ b/source/_posts/adding_a_user_in_arch_linux.md
@@ -24,7 +24,7 @@ This creates a new account for me and also ensures that a home directory is crea
The new account will require a password so assign one with the *passwd* command.
```shell
-$ passwd
+$ passwd david
New password:
Retype new password: