help命令 功能說明:查看shell內部命令的幫助信息 用法 help [內部命令名] 示例1:不帶任何選項的help命令顯示所有的shell內部命令 [root@node1 ~]# help 示例2:顯示cd命令的使用方法 [root@node1 ~]# help cd cd: cd [-L|[ ...
help命令
- 功能說明:查看shell內部命令的幫助信息
- 用法 help [內部命令名]
示例1:不帶任何選項的help命令顯示所有的shell內部命令
[root@node1 ~]# help
示例2:顯示cd命令的使用方法
[root@node1 ~]# help cd
cd: cd [-L|[-P [-e]]] [dir]
Change the shell working directory.
Change the current directory to DIR. The default DIR is the value of the
HOME shell variable.
...