This file is indexed.

/usr/share/doc/graphviz/examples/graphs/directed/pm2way.gv is in graphviz-doc 2.36.0-0ubuntu3.

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
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
digraph g {
graph [
];
node [
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
shape = "box"
color = "black"
width = "0.5"
];
edge [
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
color = "black"
];
"22690" [
label = "22690\n?"
pname = "?"
kind = "proc"
];
"22692" [
label = "22692\ndotty"
pname = "dotty"
kind = "proc"
];
"116842+2595" [
label = "116842+2595\n/home/ek/work/sun4/bin/dotty"
fname = "/home/ek/work/sun4/bin/dotty"
shape = "ellipse"
kind = "file"
];
"22693" [
label = "22693\nlefty"
pname = "lefty"
kind = "proc"
];
"182440-1" [
label = "182440-1\n182441-1\npipe"
fontsize = "7"
fname = "pipe"
shape = "doublecircle"
subkind = "pipe"
kind = "file"
];
"182442-1" [
label = "182442-1\n182443-1\npipe"
fontsize = "7"
fname = "pipe"
shape = "doublecircle"
subkind = "pipe"
kind = "file"
];
"22694" [
label = "22694\ndot"
pname = "dot"
kind = "proc"
];
"4761+2595" [
label = "4761+2595\n/home/ek/pm2.dot"
fname = "/home/ek/pm2.dot"
shape = "ellipse"
kind = "file"
];
"22690" -> "22692" [
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
color = "black"
];
"22692" -> "116842+2595" [
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
dir = "back"
color = "black"
];
"22692" -> "22693" [
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
color = "black"
];
"22693" -> "182440-1" [
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
dir = "back"
color = "black"
];
"22693" -> "182442-1" [
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
dir = "forward"
color = "black"
];
"22693" -> "22694" [
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
color = "black"
];
"22694" -> "182440-1" [
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
dir = "forward"
color = "black"
];
"22694" -> "182442-1" [
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
dir = "back"
color = "black"
];
"22693" -> "4761+2595" [
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
dir = "back"
color = "black"
];
}