Go backward to Processes -- signals
Go up to Labs
Go forward to TCP/IP TCP server and client program.
Daemon processes & Logging
Write a daemon process program that:
- Initially logs its pid, ppid,
and the Terminal Process Group ID (if available) to the system log.
It may include a count at this time as well.
- When it receives a SIGHUP it logs a count in the system log. It may also
log its pid, ppid,
and the Terminal Process Group ID (if available).
- The process should exit when it receives a SIGKILL signal.
Turn in a copy of your program.
ltaber@pima.edu