Linux apropos命令詳細(xì)列表
如果你不知道完成某個特定任務(wù)所需要命令的名稱,可以使用一個關(guān)鍵字通過Linux apropos實(shí)用程序來搜索它。該實(shí)用程序可以搜索關(guān)鍵字并且顯示所有包含匹配項(xiàng)的man頁面的簡短描述。另外,使用man實(shí)用程序和-k(關(guān)鍵字)選項(xiàng),可以得到和用Linux apropos實(shí)用程序相同的結(jié)果(實(shí)際上是相同的命令)。
以下是Linux apropos命令列表:
- [root@localhost ~]# man -k who
- at.allow [at] (5) - determine who can submit jobs via at or batch
- at.deny [at] (5) - determine who can submit jobs via at or batch
- jwhois (1) - client for the whois service
- jwhois (rpm) - Internet whois/nicname client.
- Net::LDAP::Extension::WhoAmI (3pm) - LDAP Who am I? Operation
- w (1) - Show who is logged on and what they are doing
- who (1p) - display who is on the system
- who (1) - show who is logged on
- whoami (1) - print effective userid
- [root@localhost ~]# apropos who
- at.allow [at] (5) - determine who can submit jobs via at or batch
- at.deny [at] (5) - determine who can submit jobs via at or batch
- jwhois (1) - client for the whois service
- jwhois (rpm) - Internet whois/nicname client.
- Net::LDAP::Extension::WhoAmI (3pm) - LDAP Who am I? Operation
- w (1) - Show who is logged on and what they are doing
- who (1p) - display who is on the system
- who (1) - show who is logged on
- whoami (1) - print effective userid
來源:(http://blog.sina.com.cn/s/blog_4a80a5730100fh5s.html) - Linux apropos命令_workdsz_新浪博客
【編輯推薦】