NAME
   stop - an mwadm command, stops all MainWin System Core (MSC) services
          in an orderly manner.

SYNOPSIS
   mwadm stop [-f]

DESCRIPTION
   The stop command shuts down all MSC services in an orderly manner. The 
   MSC services will shut down only if there is no MainWin process running. 
   If a MainWin process is running, an error message is displayed and no action 
   is taken. 

   It is possible to force a shut down of the MSC services by using the 
   -f option.

   Note: The stop command may only be executed by the MSC administrator
         or by the superuser (root).


OPTIONS
   -f	Forcefully shuts down all MSC services. 
        Processes that are attached to the MSC services are terminated 
        without any warning. 

EXAMPLES
   Example 1: Stop the MSC Services:
   example% mwadm stop 

   Example 2: Forcefully stop the MSC (even if processes are attached to
              the services):
   example% mwadm stop -f


