简体   繁体   中英

giving signals to other processes

I am writing a shell that needs to be able to restart a stopped process if the user inputs a certain command.

My question is: which system call do I use to be able to give the signal of SIGCONT to the proper pid/pgid?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM