diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-03-13 17:58:54 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-03-13 17:58:54 +0000 |
commit | 78cc3be1c3edc5f411095e26ae251b290b17bfe5 (patch) | |
tree | 2421211482f305a1a4f8638e1674f860a5bf8604 /chapter06/psmisc.xml | |
parent | 1263de24b91da3f03775e358e8efe4f4820b4a56 (diff) |
Update all chapter 6 contents and description sections.
Patch by Xi Ruoyao.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11558 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/psmisc.xml')
-rw-r--r-- | chapter06/psmisc.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index 19d31cec1..b01303131 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -70,7 +70,7 @@ mv -v /usr/bin/killall /bin</userinput></screen> <segtitle>Installed programs</segtitle> <seglistitem> - <seg>fuser, killall, peekfd, prtstat, pstree, and pstree.x11 (link to pstree)</seg> + <seg>fuser, killall, peekfd, prtstat, pslog, pstree, and pstree.x11 (link to pstree)</seg> </seglistitem> </segmentedlist> @@ -122,6 +122,16 @@ mv -v /usr/bin/killall /bin</userinput></screen> </listitem> </varlistentry> + <varlistentry id="pslog"> + <term><command>pslog</command></term> + <listitem> + <para>Reports current logs path of a process</para> + <indexterm zone="ch-system-psmisc pslog"> + <primary sortas="b-pslog">pslog</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="pstree"> <term><command>pstree</command></term> <listitem> |