chsh: add French translation (#8600)

pull/1/head
Alexandre ZANNI 2022-10-01 14:50:19 +02:00 committed by GitHub
parent eaf5856017
commit c6d0241b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages.fr/common/chsh.md Normal file
View File

@ -0,0 +1,20 @@
# chsh
> Change le shell de connexion de l'utilisateur.
> Plus d'informations : <https://manned.org/chsh>.
- Change le shell de connexion de l'utilisateur actuel de manière interactive :
`chsh`
- Change le shell de connexion de l'utilisateur actuel :
`chsh -s {{chemin/vers/shell}}`
- Change le shell de connexion pour un utilisateur donné :
`chsh -s {{chemin/vers/shell}} {{nom_utilisateur}}`
- Liste les shells disponibles :
`chsh --list-shells`