Change default shell: Difference between revisions
(Created page with "==== 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 creat...") |
|||
Line 1: | Line 1: | ||
==== Changing the default shell ==== | ==== Changing the default shell ==== | ||
Download the required package: | '''Download the required package:''' | ||
<br> | |||
''apk add libuser'' | ''apk add libuser'' | ||
<br><br> | |||
If you do not have files: | If you do not have files: | ||
<br> | |||
/etc/login.defs | /etc/login.defs | ||
<br> | |||
/etc/default/useradd | /etc/default/useradd | ||
<br><br> | |||
We will need to create them | We will need to create them | ||
touch /etc/login.defs | ''touch /etc/login.defs'' | ||
touch /etc/default/useradd | <br> | ||
''touch /etc/default/useradd'' | |||
<br><br> | |||
Now we can change our default shell | Now we can change our default shell | ||
<br><br> | |||
If you want to change the current user's shell: | If you want to change the current user's shell:<br> | ||
''lchsh'' | ''lchsh'' | ||
If you want to change a different user's shell: | If you want to change a different user's shell:<br> | ||
''lchsh USERNAME'' | ''lchsh USERNAME'' |
Revision as of 04:25, 24 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