psmisc-desc.xml 798 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. If you want to use this pidof
  18. version (by default we use sysvinit's version which is more
  19. powerful),</para>
  20. </sect3>
  21. <sect3><title>pstree</title>
  22. <para>pstree shows running processes as a tree.</para>
  23. </sect3>
  24. </sect2>