Answers for "set linux user to login"

-1

set linux user to login

To allow a system user to log in, you can use usermod to change its login shell to bash:

usermod -s /bin/bash user
Posted by: Guest on April-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language