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