[linuxstudy@xxxx ~]$ which cd
/usr/bin/cd
[linuxstudy@xxxx ~]$ whereis cd
cd: /usr/bin/cd /usr/share/man/man1/cd.1.gz /usr/share/man/man1p/cd.1p.gz
[linuxstudy@xxxx ~]$ type ls
ls は `ls --color=auto' のエイリアスです
[linuxstudy@xxxx ~]$ type cd
cd はシェル組み込み関数です
[linuxstudy@xxxx ~]$ type mkfs
mkfs は /usr/sbin/mkfs です