[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Command shutdown

NAME

Command shutdown :: Stop the execution of the daemon

SYNOPSIS

shutdown

DESCRIPTION

The shutdown command is used to stop the daemon.

EXAMPLE

In this example, `dio87d' and `dio87d' daemons are launched. 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
$



This document was generated by dom on September, 11 2005 using texi2html