Linux系统下常用的二种查看命令帮助文档的方法:
一 、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'.
二、Command –help/-h适用于外部命令例如:
# ls --help