Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        psmisc: Utilities for managing processes on your system.
        
        
        - Summary
 
        - The psmisc package contains utilities for managing processes on your
system: pstree, killall and fuser.  The pstree command displays a tree
structure of all of the running processes on your system.  The killall
command sends a specified signal (SIGTERM if nothing is specified) to
processes identified by name.  The fuser command identifies the PIDs
of processes that are using specified files or filesystems.
 
        
        
        Changelog
        
            - * Thu Apr 13 19:00:00 2006 Karel Zak <kzak{%}redhat{*}com> 21.4-4.1
 
            - fix #174586 - killall crashes on long variable name
 
        
            - * Fri Sep 24 19:00:00 2004 Mike A. Harris <mharris{%}redhat{*}com> 21.4-4
 
            - Added "BuildRequires: libselinux-devel" for WITH_SELINUX builds (#123754)
 
        
            - * Tue Jun 15 19:00:00 2004 Elliot Lee <sopwith{%}redhat{*}com> 21.4-3
 
            - rebuilt