Utilities for managing processes on your system
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.
- Developed at Base:System
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/psmisc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-Use-mountinfo-to-be-able-to-use-the-mount-ide |
0000035060 34.2 KB | |
0002-Use-new-statx-2-system-call-to-avoid-hangs-on |
0000029827 29.1 KB | |
psmisc-22.21-pstree.patch | 0000002591 2.53 KB | |
psmisc-v23.4.dif | 0000001599 1.56 KB | |
psmisc-v23.4.tar.bz2 | 0000221210 216 KB | |
psmisc.changes | 0000031599 30.9 KB | |
psmisc.spec | 0000003506 3.42 KB |
Revision 81 (latest revision is 89)
Dominique Leuenberger (dimstar_suse)
accepted
request 947699
from
Dr. Werner Fink (WernerFink)
(revision 81)
- Update to 23.4: * killall: Dynamically link to selinux and use security attributes * pstree: Do not crash on missing processes !21 * pstree: fix layout when using -C !24 * pstree: add time namespace !25 * pstree: Dynamically link to selinux and use attr * fuser: Get less confused about duplicate dev_id !10 * fuser: Only check pathname on non-block devices !31 - Rebase 0001-Use-mountinfo-to-be-able-to-use-the-mount-identity.patch - Rebase 0002-Use-new-statx-2-system-call-to-avoid-hangs-on-NFS.patch - Port psmisc-22.21-pstree.patch - Delete psmisc-v23.3-selinux.patch as not needed anymore - Rename psmisc-v23.3.dif which is now psmisc-v23.4.dif with correct offsets
Comments 0