File: chsh.1

package info (click to toggle)
manpages-fr 0.5-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 4,236 kB
  • ctags: 4
  • sloc: makefile: 55
file content (54 lines) | stat: -rw-r--r-- 1,489 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.\"
.\"  chsh.1 -- change your login shell
.\"  (c) 1994 by salvatore valente <svalente@athena.mit.edu>
.\"
.\"  this program is free software.  you can redistribute it and
.\"  modify it under the terms of the gnu general public license.
.\"  there is no warranty.
.\"
.\"  $Author: faith $
.\"  $Revision: 1.1 $
.\"  $Date: 1995/03/12 01:28:58 $
.\"
.\" Traduction 22/04/1997 par Christophe Blaess (ccb@club-internet.fr)
.\"
.TH CHSH 1 "22 Avril 1997" Linux "Manuel de l'utilisateur Linux"
.SH NOM
chsh \- Changer le shell appele a la connexion.
.SH SYNOPSIS
.B chsh
[\ \-s\ shell\ ] [\ \-l\ ] [\ \-u\ ] [\ \-v\ ] [\ utilisateur\ ]
.SH DESCRIPTION
.B chsh
est invoque pour changer le shell qui est appele lors de la connexion de
l'utilisateur.
Si aucun shell n'est mentionne sur la ligne de commande,
.B chsh
va en reclamer un.
.SH SHELLS VALIDES
.B chsh
acceptera le nom complet (avec chemin d'acces) de tout fichier executable
sur le systeme. Neanmoins, il affichera un message d'avertissement si le
shell n'est pas mentionne dans le fichier
.IR /etc/shells .
.SH OPTIONS
.TP
.I "\-s, \-\-shell"
Indiquer le shell de connexion desire.
.TP
.I "\-l, \-\-list-shells"
Afficher la liste des shells mentionnes dans
.I /etc/shells
puis quitter.
.TP
.I "\-u, \-\-help"
Afficher un message d'aide puis quitter.
.TP
.I "-v, \-\-version"
Afficher un numero de version, puis quitter.
.SH "VOIR AUSSI"
.BR login (1),
.BR passwd (5),
.BR shells (5)
.SH AUTEURS
Salvatore Valente <svalente@mit.edu>