Xref: utzoo comp.unix.questions:28458 comp.unix.internals:1970 comp.unix.wizards:23974 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!cme!cam!coleman From: coleman@cam.nist.gov (Sean Sheridan Coleman X5672) Newsgroups: comp.unix.questions,comp.unix.internals,comp.unix.wizards Subject: how to suspend a process Message-ID: <7016@alpha.cam.nist.gov> Date: 6 Feb 91 05:33:27 GMT Organization: National Institute of Standards & Technology, Gaithersburg, MD Lines: 14 In a program I am writing, I want to be able to catch SIGTSTP but if I do that, the process will not get suspended. How can I do what the shell would do under normal situation, suspend the process? Is sigsuspend the way to go? How to I get my program to restart or do I need to concern myself with this problem? Thanks Sean Coleman coleman@bldrdoc.gov