Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
WHOSOND(8)			    WHOSON			    WHOSOND(8)

NAME
       whosond - whoson	database daemon

SYNOPSYS
       whosond [-V] [-v] [-h] [-d] [-I configfile]

DESCRIPTION
       whosond command starts the daemon that maintains	the in-memory database
       accessible by the application programs via the whoson(3)	API functions.

       Command options are:

       -V - print version information and exit

       -v  - verbose operation - print debugging output	to stdout.  Useful to-
       gether with -d option.

       -d - do not go to the background.  By  default,	the  program  forks  a
       child  that closes stdin, stdout	and stderr, detaches from the control-
       ling terminal and continue in the background.  The parent process  fin-
       ishes.

       -I  configfile Specify alternative location for the configuration file.
       Default is /etc/whoson.conf.

       The daemon implements one extentions to the "whoson" protocol:  if  you
       send  a command verb LIST, the daemon responds with a multiline display
       of some statistics information.

COPYRIGHT
       Public domain

SEE ALSO
       whoson(3), whoson.conf(5)

WHOSON				  06 Jun 1998			    WHOSOND(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=whosond&sektion=8&manpath=FreeBSD+Ports+15.0>

home | help