[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 ?
- Subject: Re: [cobalt-users] How to set default shell to TCSH when add new user ?
- From: flash22@xxxxxxx
- Date: Tue May 1 17:26:39 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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