Closed paulespinosa closed 2 years ago
Why does the child process created in buttonhandler create a new session (referring to the call to setsid())?
buttonhandler
setsid()
Why does the child process created in
buttonhandler
create a new session (referring to the call tosetsid()
)?