This file is indexed.

/usr/share/doc/csound/examples/am.csd is in csound 1:5.17.6~dfsg-1.

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
22
23
24
<CsoundSynthesizer>
<CsOptions>
-odac -d -B4096 -b1024
</CsOptions>
<CsInstruments>

instr 1  
  k2 oscil 10000, 1, 1
  a1 oscil 10000+k2, 120, 1
  chano a1, 1
  out a1
endin

</CsInstruments>

<CsScore>

f1 0 16384 10 1
; run for 30 secs
i1 0 30 

</CsScore>

</CsoundSynthesizer>