From 43ab76f72e2b5d221ce5c4357ae5ed59723d8202 Mon Sep 17 00:00:00 2001 From: Sanosuke Kato <8940110+sanopy@users.noreply.github.com> Date: Mon, 31 Oct 2022 19:26:33 +0900 Subject: [PATCH] chsh: add Japanese translation (#9422) --- pages.ja/common/chsh.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages.ja/common/chsh.md diff --git a/pages.ja/common/chsh.md b/pages.ja/common/chsh.md new file mode 100644 index 000000000..bd9e29b4c --- /dev/null +++ b/pages.ja/common/chsh.md @@ -0,0 +1,20 @@ +# chsh + +> ユーザーのログインシェルを変更します。 +> 詳しくはこちら: . + +- カレントユーザーのログインシェルを対話的に変更する: + +`chsh` + +- カレントユーザーのログインシェルを変更する: + +`chsh -s {{シェルへのパス}}` + +- 指定したユーザーのログインシェルを変更する: + +`chsh -s {{シェルへのパス}} {{ユーザー名}}` + +- 使用可能なシェルの一覧を表示する: + +`chsh --list-shells`