1
0
Fork 0
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:
Alexandre ZANNI 2025-04-27 17:42:22 +02:00 committed by GitHub
parent c701aae166
commit bd97f91c08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`