[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
shutdown
shutdown
command is used to stop the daemon.
ps
is used to print pid of this daemons. Then a shutdown
command is send with `dio87c' and `dio87c' to each daemon. Daemons
terminate immediatly. ps
is used to verify that daemons process are
terminated.
$ dio87d -d $ dio87d -d $ $ ps ax | grep [d]g 7673 ? S 0:00 dio87d -d 7676 ? 0:00 dio87d -d $ $ dio87c shutdown dio87d will stop... $ dio87c shutdown dio87d will stop... $ $ ps ax | grep [d]g $ |