psmisc-desc.xml 896 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 powerful),
  19. you will have to create pidof as a symlink manually that points to this
  20. package's killall program.</para>
  21. </sect3>
  22. <sect3><title>pstree</title>
  23. <para>pstree shows running processes as a tree.</para>
  24. </sect3>
  25. </sect2>