mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 22:17:39 +00:00
ad5a2b62ce
psmisc-inst git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
42 lines
798 B
XML
42 lines
798 B
XML
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The Psmisc package contains the fuser, killall, pidof and pstree
|
|
programs.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>fuser</title>
|
|
|
|
<para>fuser displays the PIDs of processes using the specified files or file
|
|
systems.</para>
|
|
|
|
</sect3>
|
|
|
|
<sect3><title>killall</title>
|
|
|
|
<para>killall sends a signal to all processes running any of the specified
|
|
commands.</para>
|
|
|
|
</sect3>
|
|
|
|
<sect3><title>pidof</title>
|
|
|
|
<para>Pidof finds the process id's (pids) of the named programs and
|
|
prints those id's on standard output. If you want to use this pidof
|
|
version (by default we use sysvinit's version which is more
|
|
powerful),</para>
|
|
|
|
</sect3>
|
|
|
|
<sect3><title>pstree</title>
|
|
|
|
<para>pstree shows running processes as a tree.</para>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|