mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
chsh: move and update French translation (#16222)
This commit is contained in:
parent
c701aae166
commit
bd97f91c08
1 changed files with 7 additions and 6 deletions
|
@ -1,20 +1,21 @@
|
|||
# chsh
|
||||
|
||||
> Change le shell de connexion de l'utilisateur.
|
||||
> Fait partie de `util-linux`.
|
||||
> Plus d'informations : <https://manned.org/chsh>.
|
||||
|
||||
- Change le shell de connexion de l'utilisateur actuel de manière interactive :
|
||||
|
||||
`chsh`
|
||||
|
||||
- Liste les shells disponibles :
|
||||
|
||||
`chsh {{[-l|--list-shells]}}`
|
||||
|
||||
- Change le shell de connexion de l'utilisateur actuel :
|
||||
|
||||
`chsh -s {{chemin/vers/shell}}`
|
||||
`chsh {{[-s|--shell]}} {{chemin/vers/shell}}`
|
||||
|
||||
- Change le shell de connexion pour un utilisateur donné :
|
||||
|
||||
`chsh -s {{chemin/vers/shell}} {{nom_utilisateur}}`
|
||||
|
||||
- Liste les shells disponibles :
|
||||
|
||||
`chsh -l`
|
||||
`sudo chsh {{[-s|--shell]}} {{chemin/vers/shell}} {{nom_utilisateur}}`
|
Loading…
Add table
Reference in a new issue