term% cat index.txt STOP(1) General Commands Manual STOP(1)
NAME
stop, start - print commands to stop and start processes
SYNOPSIS
stop name
start name
DESCRIPTION
Stop prints commands that will cause all processes called name and
owned by the current user to be stopped. The processes can then be de‐
bugged when they are in a consistent state.
Start prints commands that will cause all stopped processes called name
and owned by the current user to be started again.
Use the send command of 8½(1), or pipe into rc(1) to execute the com‐
mands.
SOURCE
/rc/bin/stop
/rc/bin/start
SEE ALSO
ps(1), kill(1), proc(3)
STOP(1)