Re: Changing of a user's shell, Segmentation fault



On 28 Nov 2005 21:10:08 GMT, kilim <kilim@xxxxxxxxxxxxxxxxxxx> wrote:

>Hello,
>
>when I try to:
>[root@~] passwd -e kilim
>Old shell: /usr/bin/sh
>New shell: /usr/pkg/bin/bash
>Segmentation Fault
>[root@~] cat /etc/shells
>/bin/sh
>/usr/bin/sh
>/usr/bin/ksh
>/usr/pkg/bin/bash
>
>Why does that happen ? Thank you for your time.
>
>Frustrated user :)

use the usermod command instead of passwd -e
.