logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

unixserver - UNIX domain socket server

Author

       ucspi-unix package was written by Bruce Guenter <bruceg@em.ca>

       This  manual  page  was originally written by Tomas Kuliavas <tokul@bigfoot.com> for the Debian GNU/Linux
       system, but may be used elsewhere under the GPL.

                                                                                                   UNIXSERVER(1)

Description

       Unixserver is  UNIX domain socket server that conform to UCSPI, the UNIX Client-Server Program Interface.

Name

       unixserver - UNIX domain socket server

Options

-q     Quiet. Do not print any messages.

       -Q     (default) Print error messages.

       -v     Verbose.  Print error and status messages.

       -d     Do not delete the socket file on exit.

       -D     (default) Delete the socket file on exit.

       -uUID Change user id to UID after creating socket.

       -gGID Change group id to GID after creating socket.

       -U     Same as '-u $UID -g $GID'.

       -oUID Make the socket owned by UID.

       -rGID Make the socket group owned by GID.

       -O     Same as '-o $SOCKET_UID -r $SOCKET_GID'.

       -pPERM
              Set  the  permissions  on the created socket (in octal).  Note: this option, if set, overrides the
              mask below.  (defaults to 0666 minus umask)

       -mMASK
              Set umask to MASK (in octal) before creating socket.  (defaults to 0, previous value  is  restored
              afterwards)

       -cN   Do not handle more than N simultaneous connections.  (default 10)

       -bN   Allow a backlog of N connections.

       -BBANNER
              Write BANNER to the client immediately after connecting.

See Also

unixclient(1), unixcat(1) http://cr.yp.to/proto/ucspi.txt

Synopsis

       unixserver [options] socket program

See Also