运行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
猜你喜欢