View Single Post

   
  #6 (permalink)  
Old 01-16-2008, 10:02 AM
Boomhauer
 
Posts: n/a
Default Re: Changing of a user's shell, Segmentation fault

On 28 Nov 2005 21:10:08 GMT, kilim <kilim@phenix.rootshell.be> 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
Reply With Quote