diff options
| author | CiarĂ¡n Ainsworth <ciaranainsworth@posteo.net> | 2023-01-28 10:55:44 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-01-28 10:55:44 +0000 |
| commit | 0536b0e71685f6e1aca3d8f8aab20254a4bfdf92 (patch) | |
| tree | 4b751c3235893efde3c13cdc99938b8756ccb17f | |
| parent | 5070568cdd839adae70b1085cf7fd173f55c274a (diff) | |
| download | doc-0536b0e71685f6e1aca3d8f8aab20254a4bfdf92.tar.gz doc-0536b0e71685f6e1aca3d8f8aab20254a4bfdf92.zip | |
Basics handbook chapter - change shell clarifications
* Clarify that the user must enter the password
* Also note that log off and log in must be done
PR: 252951
| -rw-r--r-- | documentation/content/en/books/handbook/basics/_index.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/content/en/books/handbook/basics/_index.adoc b/documentation/content/en/books/handbook/basics/_index.adoc index 74a452c61c..a2ea2cf6ca 100644 --- a/documentation/content/en/books/handbook/basics/_index.adoc +++ b/documentation/content/en/books/handbook/basics/_index.adoc @@ -1697,6 +1697,9 @@ For example, to change the shell to `bash`: % chsh -s /usr/local/bin/bash .... +Enter your password at the prompt and press kbd:[Return] to change your shell. +Log off and log in again to start using the new shell. + [NOTE] ==== The new shell _must_ be present in `/etc/shells`. |
