chsh: add French translation (#8600)
This commit is contained in:
20
pages.fr/common/chsh.md
Normal file
20
pages.fr/common/chsh.md
Normal 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`
|
Reference in New Issue
Block a user