signals
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | signals [2006/08/29 16:08] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ======Process Signals Relevant to the Operation of EPIC====== | ||
| + | |||
| + | EPIC's behavior can be controlled (to an extent) from the Unix command line | ||
| + | via signals. | ||
| + | |||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | Typically, these signals are delivered with kill(1). | ||
| + | id (PID) must be known to send it a signal. | ||
| + | ps(1) command, or other utilities that display running processes. | ||
| + | form would be: | ||
| + | |||
| + | % kill -USR1 <PID> | ||
| + | |||
| + | Refer to your system' | ||
| + | |||
signals.txt · Last modified: 2006/08/29 16:08 by 127.0.0.1
