Provided by:
passwd_4.1.4.2+svn3283-3ubuntu5_i386 
NOM
chsh - Changer l'interpreteur de commandes initial
SYNOPSIS
chsh [options] [LOGIN]
DESCRIPTION
La commande chsh modifie l'interpreteur de commandes initial (<< login
shell >>) de l'utilisateur qui sera invoque lors des connexions de
l'utilisateur. Un utilisateur normal ne peut changer que l'interpreteur
associe a son propre compte. Le superutilisateur peut changer
l'interpreteur de commandes initial de n'importe quel compte.
OPTIONS
Les options applicables a la commande chsh sont :
-h, --help
Afficher un message d'aide et quitter.
-s, --shell INTERPR'ETEUR
Nom du nouvel interpreteur de commandes initial (<< login shell >>)
de l'utilisateur. Si ce champ est vide, le systeme selectionnera
l'interpreteur de commandes initial par defaut.
Quand l'option -s n'est pas selectionnee, chsh opere de facon
interactive, demandant a l'utilisateur quel doit etre le nouvel
interpreteur de commandes initial (<< login shell >>). L'utilisateur
pourra entrer une nouvelle valeur pour modifier l'interpreteur, ou
laisser la ligne blanche pour conserver l'interpreteur actuel.
L'interpreteur actuel est indique entre crochets ([ ]).
NOTE
The only restriction placed on the login shell is that the command name
must be listed in /etc/shells, unless the invoker is the superuser, and
then any value may be added. An account with a restricted login shell
may not change her login shell. For this reason, placing /bin/rsh in
/etc/shells is discouraged since accidentally changing to a restricted
shell would prevent the user from ever changing her login shell back to
its original value.
FICHIERS
/etc/passwd
Informations sur les comptes des utilisateurs.
/etc/shells
Liste des interpreteurs de commandes initiaux valables.
/etc/login.defs
Configuration de la suite des mots de passe caches << shadow
password >>.
VOIR AUSSI
chfn(1), login.defs(5), passwd(5).