[root@linuxcool ~]# type ls
ls is aliased to `ls --color=auto'
[root@linuxcool ~]# type cd
cd is a shell builtin
[root@linuxcool ~]# type if
if is a shell keyword
[root@linuxcool ~]# type ls
ls is aliased to `ls --color=auto'
[root@linuxcool ~]# type cd
cd is a shell builtin
[root@linuxcool ~]# type if
if is a shell keyword