Jump to letter: [
          
            ABCDEFGIKLMNOPRSTVWXYZ
          ]
        
        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
        
            - * Tue Apr 14 17:00:00 2009 Daniel Novotny <dnovotny{%}redhat{*}com> - 22.2-7
- - fix #484835 -  fuser -m <dev> doesn't work after lazy unmount 
            - * Mon Oct 22 17:00:00 2007 Tomas Smetana <tsmetana{%}redhat{*}com> - 22.2-6
- - fix #243615 - fuser always returns nonzero status when using -s 
            - * Wed Jul 19 17:00:00 2006 Karel Zak <kzak{%}redhat{*}com>  - 22.2-5
- - spec file cleanup & rebuild