Linux lessons 28 (поиск и расположение команд и файлов в Linux)

[root@cent1 /]# which ls
alias ls=’ls —color=auto’
/usr/bin/ls

[root@cent1 /]# type ls
ls is aliased to `ls —color=auto’

[root@cent1 /]# whereis ls
ls: /usr/bin/ls /usr/share/man/man1/ls.1.gz