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.
...
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/64962.html
標籤:Linux
上一篇:一個騷命令防止你的檔案被誤洗掉!
