summaryrefslogtreecommitdiff
path: root/source/_posts/adding_a_user_in_arch_linux.md
diff options
context:
space:
mode:
Diffstat (limited to 'source/_posts/adding_a_user_in_arch_linux.md')
-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 e6ad198..1cb48c6 100644
--- a/source/_posts/adding_a_user_in_arch_linux.md
+++ b/source/_posts/adding_a_user_in_arch_linux.md
@@ -7,7 +7,7 @@ description: Use the command line to add a user in Arch Linux
tags: [Arch]
---
-In a [previous post](/posts/2020-05-25/installing_arch_linux_on_a_x220_thinkpad) I installed Arch Linux on my Thinkpad X220. Since it was a very minimal install there are no user accounts except for the root user. So to add myself as a user I need to use the *useradd* command.
+In a [previous post](/posts/installing-arch-linux-on-a-x220-thinkpad) I installed Arch Linux on my Thinkpad X220. Since it was a very minimal install there are no user accounts except for the root user. So to add myself as a user I need to use the *useradd* command.
```shell
$ useradd -m -s /bin/bash david