This file is indexed.

/usr/lib/zope2.13/bin/mkzopeinstance is in zope2.13 2.13.21-1ubuntu1.

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
#! /usr/lib/zope2.13/bin/python

import Zope2.utilities.mkzopeinstance

if __name__ == '__main__':
    Zope2.utilities.mkzopeinstance.main()