Question

Here is a command on free bsd

sudo pw usermod ksbuild -s /usr/local/bin/bash

how do I do the equivalent on RHEL?

Was it helpful?

Solution

chsh

(Change Shell)

OTHER TIPS

Or for just a specific user: usermod -s /usr/local/bin/bash ksbuild

To change the default setting of all new users, edit the setting in the defaults file: /etc/default/useradd

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top