chsh: add Japanese translation (#9422)

This commit is contained in:
Sanosuke Kato
2022-10-31 19:26:33 +09:00
committed by GitHub
parent 1b5313978a
commit 43ab76f72e

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

@@ -0,0 +1,20 @@
# chsh
> ユーザーのログインシェルを変更します。
> 詳しくはこちら: <https://manned.org/chsh>.
- カレントユーザーのログインシェルを対話的に変更する:
`chsh`
- カレントユーザーのログインシェルを変更する:
`chsh -s {{シェルへのパス}}`
- 指定したユーザーのログインシェルを変更する:
`chsh -s {{シェルへのパス}} {{ユーザー名}}`
- 使用可能なシェルの一覧を表示する:
`chsh --list-shells`