This file is indexed.

/usr/share/bug/fping is in fping 3.13-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
9
#!/bin/sh

exec 1>&3
exec 2>&3

ls -l /usr/bin/fping*
if which getcap > /dev/null; then
    getcap /usr/bin/fping*
fi