Linux命令行知识:apropos命令参数与使用介绍


如果你不知道完成某个特定任务所需要命令的名称,可以使用一个关键字通过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 © 2016 phpStudy | 豫ICP备2021030365号-3