Answers for "change user shell command"

10

change user linux

sudo su - username
Posted by: Guest on April-07-2020
1

change user default shell

chsh --shell [/bin/sh | your_shell] [your_user]
Posted by: Guest on April-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language