Linuxにユーザーのログインシェルを確認する方法
書式
cat /etc/passwd | grep ユーザ名
使用例
# cat /etc/passwd | grep testuser
testuser:x:1000:1000:testuser:/home/testuser:/bin/bash
# cat /etc/passwd | grep root
root:x:0:0:root:/root:/bin/bash
operator:x:11:0:operator:/root:/sbin/nologin