This file is indexed.

/usr/share/doc/radare-doc/html/Section20.3.html is in radare-doc 1:1.5.2-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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=US-ASCII">
<title>Run control</title>
<link rel="previous" href="Section20.2.5.html">
<link rel="ToC" href="contents.html">
<link rel="next" href="Section20.3.1.html">
</head>
<body>
<h1><a name="exec"></a>20.3 Run control</h1>
<p>
The basic life-cycle of a process can be managed with different commands of the debugger.
</p>
<pre><code>!load         ; reload the process (restart program)
!run          ; start running
</code></pre>

<ul>
<li><a href="Section20.3.1.html#stepping">20.3.1 Stepping</a></li>
<li><a href="Section20.3.2.html#cont">20.3.2 Continuations</a></li>
<li><a href="Section20.3.3.html#skip">20.3.3 Skipping opcodes</a></li>
<li><a href="Section20.3.4.html#thprocs">20.3.4 Threads and processes</a></li>
<li><a href="Section20.3.5.html#tracing">20.3.5 Tracing facilities</a></li>
<li><a href="Section20.3.6.html#dwarf-trace">20.3.6 Dwarf and traces</a></li>
<li><a href="Section20.3.7.html#tt">20.3.7 Touch Tracing</a></li>
</ul>

<!-- version IDs:
$Id: radare.but 2009-04-25 pancake $
-->
</body>
</html>