Here is a command on free bsd
sudo pw usermod ksbuild -s /usr/local/bin/bash
how do I do the equivalent on RHEL?
Here is a command on free bsd
sudo pw usermod ksbuild -s /usr/local/bin/bash
how do I do the equivalent on RHEL?
To change the default setting of all new users, edit the setting in the defaults file: /etc/default/useradd
Or for just a specific user: usermod -s /usr/local/bin/bash ksbuild