mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 22:17:39 +00:00
e69a59f2e4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1840 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
30 lines
852 B
XML
30 lines
852 B
XML
<sect2><title>Contents of Psmisc-&psmisc-contversion;</title>
|
|
|
|
<sect3><title>Program Files</title>
|
|
<para>fuser, killall, pidof (link to killall) and pstree</para>
|
|
|
|
<para>Note that in LFS we don't install the pidof link by default
|
|
because we use pidof from sysvinit instead.</para></sect3>
|
|
|
|
<sect3><title>Descriptions</title>
|
|
|
|
<sect4><title>fuser</title>
|
|
<para>fuser displays the PIDs of processes using the specified files or file
|
|
systems.</para></sect4>
|
|
|
|
<sect4><title>killall</title>
|
|
<para>killall sends a signal to all processes running any of the specified
|
|
commands.</para></sect4>
|
|
|
|
<sect4><title>pidof</title>
|
|
<para>Pidof finds the process id's (pids) of the named programs and
|
|
prints those id's on standard output.</para></sect4>
|
|
|
|
<sect4><title>pstree</title>
|
|
<para>pstree shows running processes as a tree.</para></sect4>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|