pstop - Man Page

stop processes

Synopsis

pstop PID...

Description

Stop each process by sending SIGSTOP.

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.

Warnings

A process can do nothing while it is stopped. Stopping a heavily used process in a production environment, even for a short amount of time, can cause severe bottlenecks and even hangs of dependent processes, causing them to be unavailable to users. Because of this, stopping a process in a production environment should be avoided.

See Also

prun(1), kill(1), proc(5)

Referenced By

prun(1).

March 2026 pstop 0.2.22