1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 17:33:38 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`