运行whatis ls时提示nothing appropriate

2024-10-15 01:32:30

1、Linux常用的帮助命令:help,man,whatis

2、其中,help使用时,按照命令本身的类型不同,使用格式也不同。内置命令格式:help COMMAND例如:help history外部命令:COMMAND --help

3、man是帮助手册,算是命令详解吧!如果Linux是最小安装的话,默认是没有安装man的,需要运行命令安装。安装man:yun install man

4、当尝试使用whatis ls时,提示:ls:nothing appropriate

运行whatis ls时提示nothing appropriate

5、不知为何,总之不能成功运行,问问度娘才知道,原来whatis是根据数据库执行查找操作的,这个数据库是定期更新的,新安装的系统,系统还未自动更新,所以可以使用m锾攒揉敫akewhatis手动更新,再次运行whatis ls,可以成功使用了。

运行whatis ls时提示nothing appropriate
猜你喜欢