diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-05-12 20:45:29 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-05-12 20:45:29 +0000 |
commit | 2791a8e7e1b18544d90868c0e79c7f6457921192 (patch) | |
tree | 163da461d4675a6944340df724a313548678cd4b /chapter06/psmisc.xml | |
parent | d92b5feeb5979ac33725ff3f2612acf01a3710a9 (diff) |
Update the list of installed programs and libraries for several packages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8125 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/psmisc.xml')
-rw-r--r-- | chapter06/psmisc.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index 71a4c8aee..559b1b878 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -90,7 +90,8 @@ <segtitle>Installed programs</segtitle> <seglistitem> - <seg>fuser, killall, pstree, and pstree.x11 (link to pstree)</seg> + <seg>fuser, killall, oldfuser, peekfd, pstree, and pstree.x11 + (link to pstree)</seg> </seglistitem> </segmentedlist> @@ -132,6 +133,17 @@ </listitem> </varlistentry> + <varlistentry id="peekfd"> + <term><command>peekfd</command></term> + <listitem> + <para>Peek at file descriptors of a running process, given its + PID</para> + <indexterm zone="ch-system-psmisc peekfd"> + <primary sortas="b-peekfd">peekfd</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="pstree"> <term><command>pstree</command></term> <listitem> |