zps(1)

ZPS(1) User Commands ZPS(1)

NAME

zps - list/reap zombie processes

SYNOPSIS

zps [options]

DESCRIPTION

zps lists the running processes with their stats and indicates/reaps the zombie processes.

OPTIONS

-v, --version
Show version information.
-h, --help
Show the help text.
-a, --all
List all user-space processes (not just zombies).
-r, --reap
Reap zombie processes.
-s sig--signal=sig--signal sig
Use signal sig on zombie parents (default: SIGTERM).
-p, --prompt
Show prompt for selecting processes.
-q, --quiet
Reap in quiet mode.
-n, --no-color
Disable color output.

BUGS

No known bugs. Use "Issues" page for reporting bugs: <https://github.com/orhun/zps/issues/>

AUTHOR

Written by Orhun Parmaksız <orhunparmaksiz@gmail.com>

COPYRIGHT

Copyright © 2019-2024 Orhun Parmaksız

GNU General Public License v3.0 only

January 2024 zps