復旧用。rootユーザのシェルが壊れたときなど
toor:*:0:0:Bourne-again Superuser:/root:
使用する場合、パスワード設定が必要
But you can't use toor by default
toor has no password to start with. Which means you can't login as toor. So what you must do to use toor is give toor a password when you are root. This is a pretty simple process:passwd toor
https://linux-audit.com/what-is-the-toor-user-on-freebsd/
シェル設定なし
注: ログイン・シェルがヌルの場合、ログインは成功し、結果のログイン・シェルは ssh の Bourne シェルになります。 su でアクセスした場合、ログイン・シェルは sh (ksh へのハード・リンク) です。
/etc/passwd ファイルの使用
Linuxで、現在使っているシェルが知りたい - CLOVER🍀 2021
login: toor Password: # echo $SHELL # echo $0 - # ps -p $$ PID TT STAT TIME COMMAND 20511 u0 S 0:00.02 - (sh)