/usr/bin/zooinspector is in zookeeper 3.4.5+dfsg-1.
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
|