From 2117190d840fcdc34d36f8f82ebc6f51725ff92f Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sun, 14 Jun 2020 22:43:48 +0100 Subject: Add Learning Arch Linux --- source/_posts/adding_a_user_in_arch_linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/_posts/adding_a_user_in_arch_linux.md') 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 -- cgit v1.2.3-13-gbd6f