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:
parent
1b5313978a
commit
43ab76f72e
1 changed files with 20 additions and 0 deletions
20
pages.ja/common/chsh.md
Normal file
20
pages.ja/common/chsh.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# chsh
|
||||
|
||||
> ユーザーのログインシェルを変更します。
|
||||
> 詳しくはこちら: <https://manned.org/chsh>.
|
||||
|
||||
- カレントユーザーのログインシェルを対話的に変更する:
|
||||
|
||||
`chsh`
|
||||
|
||||
- カレントユーザーのログインシェルを変更する:
|
||||
|
||||
`chsh -s {{シェルへのパス}}`
|
||||
|
||||
- 指定したユーザーのログインシェルを変更する:
|
||||
|
||||
`chsh -s {{シェルへのパス}} {{ユーザー名}}`
|
||||
|
||||
- 使用可能なシェルの一覧を表示する:
|
||||
|
||||
`chsh --list-shells`
|
Loading…
Add table
Reference in a new issue