From 3bd2cf080c7b9ff66ebf60b7ae6b1997739f5fae Mon Sep 17 00:00:00 2001 From: Thamognya <98194153+ThamognyaKodi@users.noreply.github.com> Date: Mon, 28 Feb 2022 12:58:36 +0700 Subject: [PATCH] Specify Shell I have noticed that Debian 11 does not choose the shell automatically (at least in a few providers) hence felt this might be helpful. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56abdc1..16a475b 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ give your full domain without any subdomain, i.e. `lukesmith.xyz`. Let's say we want to add a user Billy and let him receive mail, run this: ``` -useradd -m -G mail billy +useradd -m -G mail -s /bin/bash billy passwd billy ``` @@ -85,7 +85,7 @@ Any user added to the `mail` group will be able to receive mail. Suppose a user Cassie already exists and we want to let her receive mail too. Just run: ``` -usermod -a -G mail cassie +usermod -a -G mail -s /bin/bash cassie ``` A user's mail will appear in `~/Mail/`. If you want to see your mail while ssh'd