mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 19:32:03 +00:00
ab3b93b727
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3198 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
16 lines
490 B
XML
16 lines
490 B
XML
<sect2><title>Short descriptions</title>
|
|
|
|
<para><command>fuser</command> reports the PIDs of processes that use
|
|
the given files or file systems.</para>
|
|
|
|
<para><command>killall</command> kills processes by name. It sends a signal
|
|
to all processes running any of the given commands.</para>
|
|
|
|
<para><command>pstree</command> displays running processes as a tree.</para>
|
|
|
|
<para><command>pstree.x11</command> same as pstree except that it waits for
|
|
confirmation before exiting.</para>
|
|
|
|
</sect2>
|
|
|