diff options
Diffstat (limited to 'source/_posts/adding_a_user_in_arch_linux.md')
| -rw-r--r-- | source/_posts/adding_a_user_in_arch_linux.md | 2 |
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 1cb48c6..117ff50 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/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 |
