NovaWildcat
Programmer
I'm implementing the bg command and I need to put a job in the background. I know what to do for foreground
kill(-jid,SIGCONT)
but I can't find what the name of the constant is that I need to replace SIGCONT with for sending to the background. How would I send a job to the background?
kill(-jid,SIGCONT)
but I can't find what the name of the constant is that I need to replace SIGCONT with for sending to the background. How would I send a job to the background?