From b229be1615122ad56efd3343839115611e5ed3a3 Mon Sep 17 00:00:00 2001 From: Tastatur Date: Thu, 28 Dec 2023 16:13:04 +0100 Subject: [PATCH] Swapped a line around --- docs/alpine-desktop-setup/post-install/users.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/alpine-desktop-setup/post-install/users.md b/docs/alpine-desktop-setup/post-install/users.md index 004f941..1d3a4f7 100644 --- a/docs/alpine-desktop-setup/post-install/users.md +++ b/docs/alpine-desktop-setup/post-install/users.md @@ -33,14 +33,14 @@ Adding a user in alpine can be done using the `setup-user` script. Here we can s # passwd ``` -And you (might) have to change the shell of the user in `/etc/passwd` from `/sbin/nologin` to a shell from `/etc/shells`. Alpine Linux comes with `/bin/ash` by default: +> It's also recommended to have an "admin" account which is the only one in the wheel group. + +And you may have to change the shell of the user in `/etc/passwd` from `/sbin/nologin` to a shell from `/etc/shells`. Alpine Linux comes with `/bin/ash` by default: ``` :x:1234:1234::/home/:/bin/ ``` -> It's also recommended to have an "admin" account which is the only one in the wheel group. - Don't login yet if you want to encrypt the directory. If you have checked that `doas` works with the user then you can lock the root account because it's insecure to keep open. This can be done with: