rrenice

utility that controls a process and its descendants

Install

All systems
curl cmd.cat/rrenice.sh
Debian Debian
apt-get install pslist
Ubuntu
apt-get install pslist
Arch Arch Linux
pacman -S pslist
image/svg+xml Kali Linux
apt-get install pslist
Windows (WSL2)
sudo apt-get update sudo apt-get install pslist
Raspbian
apt-get install pslist

pslist

utility that controls a process and its descendants

pslist is a simple utility to list the process IDs (PIDs) of a process and all its children, and its children's children, and so on. If invoked with a command name which ends in 'kill', it sends a signal to a selected group of processes. If invoked with a command name which ends in 'renice', it sets the nice level of the selected group of processes.