This file is indexed.

/usr/bin/ajbrowser is in aspectj 1.8.3-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
#!/bin/sh

AJPATH=/usr/share/java/aspectjrt.jar:/usr/share/java/aspectjtools.jar

exec "${JAVACMD:=java}" -classpath "$AJPATH${CLASSPATH:+:$CLASSPATH}" \
  "${JAVA_OPTS:=-Xmx64M}" \
  org.aspectj.tools.ajbrowser.Main "$@"