prun - Man Page

set stopped processes running

Synopsis

prun PID...

Description

Set running each process by sending SIGCONT (the inverse of pstop(1)).

Operands

PID

Process ID. A /proc/pid path may also be used, allowing shell expansions like /proc/* to target all processes on the system.

Exit Status

0 on success, non-zero if an error occurs (such as no such process, permission denied, or invalid option).

Files

/proc/pid/*

Process information and control files.

See Also

pstop(1), kill(1), proc(5)

Referenced By

pstop(1).

March 2026 prun 0.2.18