/usr/lib/zope2.13/bin/fsdump 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 ZODB.FileStorage.fsdump
if __name__ == '__main__':
ZODB.FileStorage.fsdump.main()
|