Answers for "how to change the default shell of a user in centos 7"

1

change user default shell

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

Code answers related to "how to change the default shell of a user in centos 7"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language