psmisc-desc.xml 696 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <sect2>
  2. <title>Contents</title>
  3. <para>The Psmisc package contains the fuser, killall, pidof and pstree
  4. programs.</para>
  5. </sect2>
  6. <sect2><title>Description</title>
  7. <sect3><title>fuser</title>
  8. <para>fuser displays the PIDs of processes using the specified files or file
  9. systems.</para>
  10. </sect3>
  11. <sect3><title>killall</title>
  12. <para>killall sends a signal to all processes running any of the specified
  13. commands.</para>
  14. </sect3>
  15. <sect3><title>pidof</title>
  16. <para>Pidof finds the process id's (pids) of the named programs and
  17. prints those id's on standard output.</para>
  18. </sect3>
  19. <sect3><title>pstree</title>
  20. <para>pstree shows running processes as a tree.</para>
  21. </sect3>
  22. </sect2>