mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pages./: Automatically add alias pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages./: Automatically add links Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Fix false positives from script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
20 lines
512 B
Markdown
20 lines
512 B
Markdown
# chsh
|
|
|
|
> ユーザーのログインシェルを変更します。
|
|
> 詳しくはこちら: <https://manned.org/chsh>
|
|
|
|
- カレントユーザーのログインシェルを対話的に変更する:
|
|
|
|
`chsh`
|
|
|
|
- カレントユーザーのログインシェルを変更する:
|
|
|
|
`chsh -s {{シェルへのパス}}`
|
|
|
|
- 指定したユーザーのログインシェルを変更する:
|
|
|
|
`chsh -s {{シェルへのパス}} {{ユーザー名}}`
|
|
|
|
- 使用可能なシェルの一覧を表示する:
|
|
|
|
`chsh --list-shells`
|