To change the shell for a user in linux one can use the usermod command and the “-s” parameter.
usermod -s /bin/csh someuser
Specify whichever shell you like after the -s. This works in both linux and unix environments.
To change the shell for a user in linux one can use the usermod command and the “-s” parameter.
usermod -s /bin/csh someuser
Specify whichever shell you like after the -s. This works in both linux and unix environments.
Copyright © 2024 | WordPress Theme by MH Themes
Leave a Reply
You must be logged in to post a comment.