xref: /plan9/sys/man/1/stop (revision 7dd7cddf99dd7472612f1413b4da293630e6b1bc)
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 debugged 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 rio (1), or pipe into rc (1) to execute the commands.

SOURCE
/rc/bin/stop

/rc/bin/start

"SEE ALSO"
ps (1), kill (1), proc (3)