This file is indexed.

/usr/share/gap/lib/read7.g is in gap-libs 4r7p5-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
#############################################################################
##
#X  files dealing with character tables, class functions, tables of marks
##
# ReadLib( "ctbl.gi"     );  # cannot be read here because of completion bug
ReadLib( "ctblfuns.gi" );
ReadLib( "ctblmaps.gi" );
ReadLib( "ctblauto.gi" );
ReadLib( "ctbllatt.gi" );
ReadLib( "ctblsymm.gi" );
ReadLib( "ctblsolv.gi" );
ReadLib( "ctblpope.gi" );
ReadLib( "ctblmoli.gi" );
ReadLib( "ctblmono.gi" );
ReadLib( "ctblgrp.gi"  );
ReadLib( "ctblperm.gi" );
ReadLib( "ctblpc.gi" );

ReadLib( "tom.gi");
ReadLib( "straight.gi");
ReadLib( "memory.gi");