linux命令帮助六种方法
方法1,# help Command
举例:
# type cd
cd is a shell builtin # help cd # type ls ls is aliased to `ls --color=auto' # help ls -bash: help: no help topics match `ls'. Try `help help' or `man -k ls' or `info ls'.
方法2,# Command –help/-h
方法3,# man Command man命令查询操作参考《vi,vim用法》中命令模式
看懂man命令语法
方法4,# info Command
方法5,README
# ls /usr/share/doc/ntp-4.2.4p8/
ChangeLog COPYRIGHT NEWS 最后一个方法,Google搜索,遇到问题,二话不说Google,优先参考项目官方文档。 (责任编辑:IT) |