This file is indexed.

/usr/share/ggobi/data/adhoc.xml is in ggobi 2.1.10-4.

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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0"?>

<ggobidata ids="alpha">
<data name="topology">
<variables count="3">
 <realvariable name="X"/>
 <realvariable name="Y"/>
 <realvariable name="Packet count"/>
</variables>
<records count="10">
  <record id="BS A" glyphType="plus">.25 .75 100</record>
  <record id="BS B" glyphType="plus">.75 .75 60</record>
  <record id="BS C" glyphType="plus">.75 .25 120</record>
  <record id="BS D" glyphType="plus">.25 .25 30</record>

  <record id="node 1">.20 .85 30</record>
  <record id="node 2">.30 .65 30</record>

  <record id="node 3">.70 .80 30</record>

  <record id="node 4">.70 .30 30</record>

  <record id="node 5">.20 .30 30</record>
  <record id="node 6">.30 .20 30</record>

</records>
</data>

<edges name="connections" count="6" data="toplogy">
<edge source="node 1" destination="BS A"/>
<edge source="node 2" destination="BS A"/>

<edge source="node 3" destination="BS B"/>

<edge source="node 4" destination="BS C"/>

<edge source="node 5" destination="BS D"/>
<edge source="node 6" destination="BS D" />
</edges>



<edges name="base station links" count="3" data="toplogy">
 <edge source="BS A" destination="BS B"/>
 <edge source="BS B" destination="BS C"/>
 <edge source="BS C" destination="BS A"/>
</edges>

</ggobidata>