Change default shell: Difference between revisions
(Blanked the page) Tag: Blanking |
No edit summary |
||
Line 1: | Line 1: | ||
==== Changing the default shell ==== | |||
<br> | |||
Download the required package: <br>''apk add libuser'' | |||
<br> | |||
If you do not have files: /etc/login.defs /etc/default/useradd | |||
<br> | |||
We will need to create them | |||
* ''touch /etc/login.defs'' | |||
* ''touch /etc/default/useradd'' | |||
<br> | |||
Now we can change our default shell | |||
<br> | |||
If you want to change the current user's shell: lchsh | |||
<br> | |||
If you want to change a different user's shell: lchsh USERNAME |
Revision as of 20:17, 25 October 2019
Changing the default shell
Download the required package:
apk add libuser
If you do not have files: /etc/login.defs /etc/default/useradd
We will need to create them
- touch /etc/login.defs
- touch /etc/default/useradd
Now we can change our default shell
If you want to change the current user's shell: lchsh
If you want to change a different user's shell: lchsh USERNAME