开心每一天1111
Linux系统下常用的三种查看命令帮助文档的方法:一 、help Command适用于内部命令举例:# type cdcd is a shell builtin# help cd# type lsls 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二、Command –help/-h适用于外部命令例如:三、man Command举例:# man cd