标签:linux系统相关
使用whatis命令来查看系统命令老是提示
[root@haifeng ~]# whatis ifconfig
ifconfig: nothing appropriate
很纳闷,查了一下,是没有创建whatis数据库的原因 ,使用makewhatis命令,即可创建这个数据库:
[root@haifeng ~]# makewhatis
稍等片刻后:再看:
[root@haifeng ~]# whatis ifconfig
ifconfig (8) - configure a network interface
不是说这个东西有多重要,问题是别的上可以用,这个就不可以,为什么?什么原因,这个是重要的。
不能只知其然,而不知其所以然。
本文出自 “8953234” 博客,请务必保留此出处http://8963234.blog.51cto.com/8953234/1651408
标签:linux系统相关
原文地址:http://8963234.blog.51cto.com/8953234/1651408