This file is indexed.

/usr/share/doc/condor/examples/dagman/A.submit is in condor-doc 7.8.2~dfsg.1-1+deb7u3.

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
###################################################
# Submit file for Job A
#
# This will generate a random number and print 
# the number to STDOUT, which we'll save in A.out
###################################################

Universe   = standard
Executable = random.condor
output     = A.out
log        = diamond.log
Queue