help和man的用法?
1、help內(nèi)部命令幫助,查看bash內(nèi)部命令幫助
用法:1.help內(nèi)部命令
help cd
用法2:命令 ——help
即命令的“——help”選項(xiàng),適用于大多數(shù)外部命令
ls ——help
2、man用來提供在線幫助,使用權(quán)限是所有用戶。在Linux系統(tǒng)中存儲(chǔ)著一部聯(lián)機(jī)使用的手冊(cè),以供用戶在終端上查找。使用man命令可以調(diào)閱其中的幫助信息,非常方便實(shí)用。
(1)用法:man命令
man[-acdfhkktwW] [-m system] [-p string] [-C config_file] [-Mpath] [-P pager] [-S section_list][section] name...(2)示例: man ls
(3)參數(shù)
-C config_file:指定設(shè)定文件man.conf,缺省值是/etc/man.conf