How to suspend a script?

Ben Finney bignose-hates-spam at and-benfinney-does-too.id.au
Tue Feb 24 19:27:03 EST 2004


On Wed, 25 Feb 2004 11:29:07 +1100, Steve wrote:
> How can I send a python script a suspend signal?

You can send any signal to a process with the (poorly-named) 'kill'
command.  You'll need to do so as a user with permission to control that
process.  See the 'kill(1)' manpage for more.

-- 
 \      "Say what you will about the Ten Commandments, you must always |
  `\         come back to the pleasant fact that there are only ten of |
_o__)                                      them."  -- Henry L. Mencken |
Ben Finney <http://bignose.squidly.org/>



More information about the Python-list mailing list