Linux 帳號、密碼,通常都是放在 /etc/passwd:
zero:x:1002:1002:,,,:/home/zero:/bin/bash
該列最後一個欄位值「/bin/bash」便是預設要使用的 shell。
由於 /etc/passwd 的檔案權限,不是 root 沒辦法修改
-rw-r--r-- 1 root root 1725 May 10 13:14 passwd
若沒有 root 權限,可以透過 chsh、ypchsh 來修改預設 shell。
$ chsh
Password:
Changing the login shell for johnroyer
Enter the new value, or press ENTER for the default
Login Shell [/bin/sh]: /bin/bash
若使用者帳號設定不存在 local,則使用 ypchsh 做修改,用法相同。