This file is indexed.

/usr/bin/proofserv is in root-system-proofd 5.34.30-0ubuntu8.

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
 9
10
#!/bin/sh

rootplugins=/usr/lib/@multiarch@/root5.34
rootbindir=/usr/bin

export LD_LIBRARY_PATH=$rootplugins${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}

exec $rootbindir/proofserv.bin "$@"

# EOF