4cshutdown allows you to stop all 4c processes gracefully.
You must me super user or administrator to use this program.
You should at least specify the waittime parameter to specify
the number of seconds to wait before sending the 4c shutdown signal.
If the fwaittime parameter is not specified, then no processes
will be forcefully killed.
If the fwaittime parameter is specified, then any 4c processes
that do not respond to the 4c shutdown signal are forcefully
killed after the specified time interval.
The following demonstrates the best method for stopping all 4c
processes.
Notice that the 4c server daemon is stopped first to prevent
any new connections.
/bin/sh stop4c.sh
4cshutdown -w 60
xlview
4cshutdown -w 60 -f 60
xlview