source: general/genutils/lsof.xml@ 104ff4e

qt5new
Last change on this file since 104ff4e was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[740597c]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[e13b365]7
[141ee0a5]8<!ENTITY lsof-download-http "https://github.com/lsof-org/lsof/releases/download/&lsof-version;/lsof_&lsof-version;.linux.tar.bz2">
[2a54f99]9<!ENTITY lsof-download-ftp " ">
[d0f62ed]10<!ENTITY lsof-md5sum "670010707104b1b1fc4cabae974465a6">
11<!ENTITY lsof-size "512 KB">
12<!ENTITY lsof-buildsize "3.3 MB (add 700 KB for tests)">
13<!ENTITY lsof-time "less than 0.1 SBU (add 0.5 SBU for tests)">
[740597c]14]>
15
16<sect1 id="lsof" xreflabel="lsof-&lsof-version;">
17 <?dbhtml filename="lsof.html"?>
18
19
20 <title>lsof-&lsof-version;</title>
21
22 <indexterm zone="lsof">
23 <primary sortas="a-lsof">lsof</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to lsof</title>
28
[b7a85cd9]29 <para>
30 The <application>lsof</application> package is useful to LiSt Open
31 Files for a given running application or process.
32 </para>
[740597c]33
[ce1dd9df]34 &lfs112_checked;
[740597c]35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[b7a85cd9]39 <para>
40 Download (HTTP): <ulink url="&lsof-download-http;"/>
41 </para>
[740597c]42 </listitem>
43 <listitem>
[b7a85cd9]44 <para>
45 Download (FTP): <ulink url="&lsof-download-ftp;"/>
46 </para>
[740597c]47 </listitem>
48 <listitem>
[b7a85cd9]49 <para>
50 Download MD5 sum: &lsof-md5sum;
51 </para>
[740597c]52 </listitem>
53 <listitem>
[b7a85cd9]54 <para>
55 Download size: &lsof-size;
56 </para>
[740597c]57 </listitem>
58 <listitem>
[b7a85cd9]59 <para>
60 Estimated disk space required: &lsof-buildsize;
61 </para>
[740597c]62 </listitem>
63 <listitem>
[b7a85cd9]64 <para>
65 Estimated build time: &lsof-time;
66 </para>
[740597c]67 </listitem>
68 </itemizedlist>
69
[2eef4339]70 <bridgehead renderas="sect3">lsof Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="libtirpc"/>
75 </para>
76
[141ee0a5]77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="nmap"/> (with a symbolic link <command>nc</command>
80 pointing to <command>ncat</command> in <filename class="directory">
81 /usr/bin</filename>; used in tests)
82 </para>
83
[740597c]84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/lsof"/></para>
86
87 </sect2>
88
[141ee0a5]89 <sect2 role="kernel" id="lsof-kernel">
90 <title>Kernel Configuration</title>
91
92 <para>
[d0f62ed]93 To run the tests, the following option should be enabled in the kernel
[141ee0a5]94 configuration:
95 </para>
96
97<screen><literal>General setup ---&gt;
98 [*] POSIX Message Queues [CONFIG_POSIX_MQUEUE]</literal></screen>
99
100 </sect2>
101
[740597c]102 <sect2 role="installation">
103 <title>Installation of lsof</title>
104
[b7a85cd9]105 <para>
[141ee0a5]106 Install <application>lsof</application> by running the
[b7a85cd9]107 following commands:
108 </para>
[740597c]109
[141ee0a5]110<screen><userinput>./Configure -n linux &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 The tests should be run as the <systemitem
115 class="username">root</systemitem> user. They require that the
116 POSIX message queues are enabled in the kernel, and that <xref
117 linkend="nmap"/> be installed with a symbolic link
118 <filename>/usr/bin/nc</filename> pointing to <command>ncat</command>.
119 </para>
120
121<screen role="root"
122 remap="test"><userinput>make check</userinput></screen>
[740597c]123
[b7a85cd9]124 <para>
[1fe05eb]125 One test, case-20-ux-socket-endpoint, is known to fail.
[d0f62ed]126 Other test may fail if the tests are run in a script.
[b7a85cd9]127 </para>
[740597c]128
[b7a85cd9]129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
[740597c]132
[141ee0a5]133<screen role="root"><userinput>install -v -m4755 -o root -g root lsof /usr/bin &amp;&amp;
[740597c]134install -v lsof.8 /usr/share/man/man8</userinput></screen>
135
136 </sect2>
137
[2eef4339]138 <sect2 role="commands">
139 <title>Command Explanations</title>
140
141 <para>
[c684b9d]142 <command>./Configure -n linux</command>: Avoid AFS, customization, and
[f3429309]143 inventory checks, and use the linux dialect.
[2eef4339]144 </para>
145
146 <para>
[141ee0a5]147 <command>install -m4755 ...</command>: <command>lsof</command> should
[b9c353b]148 be suid root to allow users to list all files. This may be a security
[141ee0a5]149 threat on some systems. In that case change to <option>-m755</option>
150 and use <command>sudo</command> to run the program.
[2eef4339]151 </para>
152
153 </sect2>
154
[740597c]155 <sect2 role="content">
156 <title>Contents</title>
157
158 <segmentedlist>
159 <segtitle>Installed Program</segtitle>
160 <segtitle>Installed Libraries</segtitle>
161 <segtitle>Installed Directories</segtitle>
162
163 <seglistitem>
164 <seg>lsof</seg>
165 <seg>None</seg>
166 <seg>None</seg>
167 </seglistitem>
168 </segmentedlist>
169
170 <variablelist>
171 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
172 <?dbfo list-presentation="list"?>
173 <?dbhtml list-presentation="table"?>
174
175 <varlistentry id="lsof-app">
176 <term><command>lsof</command></term>
177 <listitem>
[b7a85cd9]178 <para>
[4c24eb0a]179 lists open files for running processes
[b7a85cd9]180 </para>
[740597c]181 <indexterm zone="lsof lsof-app">
182 <primary sortas="b-lsof">lsof</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.