Skip to content

chsh: move and update French translation #16222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions pages.fr/common/chsh.md → pages.fr/linux/chsh.md
Original file line number Diff line number Diff line change
@@ -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`

- Change le shell de connexion de l'utilisateur actuel :
- Liste les shells disponibles :

`chsh -s {{chemin/vers/shell}}`
`chsh {{[-l|--list-shells]}}`

- Change le shell de connexion pour un utilisateur donné :
- Change le shell de connexion de l'utilisateur actuel :

`chsh -s {{chemin/vers/shell}} {{nom_utilisateur}}`
`chsh {{[-s|--shell]}} {{chemin/vers/shell}}`

- Liste les shells disponibles :
- Change le shell de connexion pour un utilisateur donné :

`chsh -l`
`sudo chsh {{[-s|--shell]}} {{chemin/vers/shell}} {{nom_utilisateur}}`