The utility dfmstart starts
the DFM in the background (unless it is already running), and does not
return until the DFM is ready to accept client connections (or until
10 seconds have elapsed, in which case dfmstart exits with code 1). However,
you should not normally have to do this, since any program which makes
use of the DFM will automatically start it up in the background. You
should not run the DFM in the foreground (i.e. by typing dfm) except for debugging purposes.
The dfmon utility can be used to
display internal messages generated by the DFM while it is running.
Depending on command-line arguments, it either pops up a simple GUI to
display the dfm's internal messages, or dumps the messages to a file
or to standard output. Type "dfmon
-h" to see the command syntax.