This file is indexed.

/usr/bin/zooinspector is in zookeeper 3.3.5+dfsg1-2.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
#!/bin/sh

CLASSPATH=/usr/share/java/log4j-1.2.jar:/usr/share/java/zookeeper.jar:/usr/share/zookeeper/zooinspector/zookeeper-ZooInspector.jar

# We have to cd to this dir so that the icons are found
cd /usr/share/zookeeper/zooinspector

java -cp $CLASSPATH org.apache.zookeeper.inspector.ZooInspector