Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> Linux教程 >> Linux命令行知識:apropos命令參數與使用介紹

Linux命令行知識:apropos命令參數與使用介紹

日期:2017/2/7 16:56:23      編輯:Linux教程

如果你不知道完成某個特定任務所需要命令的名稱,可以使用一個關鍵字通過Linux apropos實用程序來搜索它。該實用程序可以搜索關鍵字並且顯示所有包含匹配項的man頁面的簡短描述。另外,使用man實用程序和-k(關鍵字)選項,可以得到和用Linux apropos實用程序相同的結果(實際上是相同的命令)。

以下是Linux apropos命令列表:
 

  1. [root@localhost ~]# man -k who  
  2. at.allow [at]        (5)  - determine who can submit jobs via at or batch  
  3. at.deny [at]         (5)  - determine who can submit jobs via at or batch  
  4. jwhois               (1)  - client for the whois service  
  5. jwhois              (rpm) - Internet whois/nicname client.  
  6. Net::LDAP::Extension::WhoAmI (3pm)  - LDAP Who am I? Operation  
  7. w                    (1)  - Show who is logged on and what they are doing  
  8. who                  (1p)  - display who is on the system  
  9. who                  (1)  - show who is logged on  
  10. whoami               (1)  - print effective userid  
  11. [root@localhost ~]# apropos who  
  12. at.allow [at]        (5)  - determine who can submit jobs via at or batch  
  13. at.deny [at]         (5)  - determine who can submit jobs via at or batch  
  14. jwhois               (1)  - client for the whois service  
  15. jwhois              (rpm) - Internet whois/nicname client.  
  16. Net::LDAP::Extension::WhoAmI (3pm)  - LDAP Who am I? Operation  
  17. w                    (1)  - Show who is logged on and what they are doing  
  18. who                  (1p)  - display who is on the system  
  19. who                  (1)  - show who is logged on  
  20. whoami               (1)  - print effective userid  
Copyright © Windows教程網 All Rights Reserved