This file is indexed.

/usr/share/modules/modulefiles/ants/2.1.0 is in ants 2.1.0-5.

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
#%Module1.0#####################################################################
##
## ants modulefile
##
proc ModulesHelp { } {
        global version

        puts stderr "\tLoads the ANTs (advanced normalization tools) environment.\n"
        puts stderr "\tIt will adjust PATH and set ANTSPATH so that all ANTs "
        puts stderr "\tbecome available in your environment.\n"
        puts stderr "\tVersion $version\n"
}

module-whatis   "enable ANTs binaries"

# for Tcl script use only
set     version      "2.1.0"

setenv  ANTSPATH   "/usr/lib/ants/"
prepend-path PATH   /usr/lib/ants