[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] How to set default shell to TCSH when add new user ?



On Wed, 2 May 2001 tong@xxxxxxxxxx wrote:
> How to set default shell to TCSH when add new user ?

adduser -D

[to show current default settings]

adduser -D -s /bin/tcsh

[to set default shell]

Assuming the GUI honours them, never tried to change the default user
shell for that...

gsh