mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 23:35:52 +02:00
chsh: add French translation (#8600)
This commit is contained in:
parent
eaf5856017
commit
c6d0241b9f
1 changed files with 20 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue