(3) apropos指令:

(a) path=/usr/bin/apropos in RedHat6.2
(b) ldd apropos

not a dynamic executable

(c) apropos的指令說明:

apropos會搜尋whatis資料庫中符合keyword的描述,並把結果顯示於standard output!

whatis:

在whatis資料庫中,他包含了所有系統指令的簡單描述,而whatis指令會在此資料庫中, 搜尋符合keyword的指令,並把結果顯示於standard output! whatis資料庫是使用makewhatis這個指令所建立的!

(d) apropos的指令格式:

apropos keyword

(e) example:

apropos ls