Linux中whereis的用法 yang 2019年3月31日 0 whereis 使用 whereis命令只能用于程序名的搜索,而且只搜索二进制文件(参数-b)、man说明文件(参数-m)和源代码文件(参数-s)。如果省略参数,则返回所有信息。 root@iZwz99xibtof6c8lod50rhZ:/# whereis elasticsearch elasticsearch: /etc/elasticsearch /usr/share/elasticsearch root@iZwz99xibtof6c8lod50rhZ:/#