chsh: add Japanese translation (#9422)

pull/1/head
Sanosuke Kato 2022-10-31 19:26:33 +09:00 committed by GitHub
parent 1b5313978a
commit 43ab76f72e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

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`