-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinddisowned.1.html
100 lines (100 loc) · 4.24 KB
/
finddisowned.1.html
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
<!DOCTYPE html>
<html>
<!-- This is an automatically generated file. Do not edit.
finddisowned(1) manual page
See COPYING and COPYRIGHT files for corresponding information.
-->
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="mandoc.css" type="text/css" media="all"/>
<title>FINDDISOWNED(1)</title>
</head>
<body>
<table class="head">
<tr>
<td class="head-ltitle">FINDDISOWNED(1)</td>
<td class="head-vol">General Commands Manual</td>
<td class="head-rtitle">FINDDISOWNED(1)</td>
</tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">finddisowned</code> —
<span class="Nd">find files that are disowned by package manager</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
<table class="Nm">
<tr>
<td><code class="Nm">finddisowned</code></td>
<td>[<code class="Fl">-hv</code>] [<code class="Fl">-c</code>
<var class="Ar">conffile</var>] [<code class="Fl">-r</code>
<var class="Ar">rootdir</var>]</td>
</tr>
</table>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The <code class="Nm">finddisowned</code> utility lists the files
that are disowned by package manager. In particular, it compares the package
database with contents of the directories described in
<span class="Pa">/etc/finddisowned.conf</span>.</p>
<p class="Pp"><code class="Nm">finddisowned</code> does not compare the package
database with the entire file system, but only with files from directories
described in <span class="Pa">/etc/finddisowned.conf</span> because the
entire file system contains directories such as
<span class="Pa">/home</span>, <span class="Pa">/mnt</span> and even dynamic
directories like <span class="Pa">/proc</span>,
<span class="Pa">/dev</span>, etc, the contents of which are definitely not
taken into account (and should not be) by package manager.</p>
<p class="Pp">Feel free to adjust the configuration file
(<span class="Pa">/etc/finddisowned.conf</span>) conform your needs.</p>
<p class="Pp">The options are as follows:</p>
<dl class="Bl-tag">
<dt id="c"><a class="permalink" href="#c"><code class="Fl">-c</code></a>
<var class="Ar">conffile</var>,
<code class="Fl">--config</code>=<var class="Ar">conffile</var></dt>
<dd>Specify an alternate configuration file instead of the default
<span class="Pa">/etc/finddisowned.conf</span>.</dd>
<dt id="r"><a class="permalink" href="#r"><code class="Fl">-r</code></a>
<var class="Ar">rootdir</var>,
<code class="Fl">--root</code>=<var class="Ar">rootdir</var></dt>
<dd>Specify an alternate root directory instead of the default
‘<code class="Li">/</code>’.</dd>
<dt id="v"><a class="permalink" href="#v"><code class="Fl">-v</code></a>,
<code class="Fl">--version</code></dt>
<dd>Print version and exit.</dd>
<dt id="h"><a class="permalink" href="#h"><code class="Fl">-h</code></a>,
<code class="Fl">--help</code></dt>
<dd>Print help and exit.</dd>
</dl>
</section>
<section class="Sh">
<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1>
<dl class="Bl-tag">
<dt><span class="Pa">/var/lib/pkg/db</span></dt>
<dd>System package database.</dd>
<dt><span class="Pa">/etc/finddisowned.conf</span></dt>
<dd>Configuration file. Contains a list of directories, the contents of which
will be compared with package database.</dd>
</dl>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
ALSO</a></h1>
<p class="Pp"><a class="Xr" href="finddepsdistmeta.1.html">finddepsdistmeta(1)</a>,
<a class="Xr" href="finddepslinked.1.html">finddepslinked(1)</a>,
<a class="Xr" href="finddisappeared.1.html">finddisappeared(1)</a>,
<a class="Xr" href="findredundantdeps.1.html">findredundantdeps(1)</a></p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">September 3, 2023</td>
<td class="foot-os">Zeppe-Lin</td>
</tr>
</table>
</body>
</html>