Processes that are currently active in a terminal can be suspended with ^Z and then managed with the job-control commands like fg,bg, and jobs. However, what if I want to suspend a process that's not connected to a shell -- like a background daemon? Is there a signal that can do that? How would I then wake it up? Thanks, Jeremy