ptrace in production systems

ptrace in production systems

Shachar Shemesh shachar at shemesh.biz
Sun Feb 1 16:18:10 IST 2009


Valery Reznic wrote:
>
>
>   
> What about following:
> #!/bin/sh
>
> while :; do
>    snmp_agen
> done
>
>   
A daemon returns immediately. Even had that been what I wanted (it's not 
- sometimes we really want to shut down the agent) what you wrote is a 
busy loop that keeps trying to launch the agent.

Shachar



More information about the Linux-il mailing list