| LNETD(1) | General Commands Manual | LNETD(1) |
NAME
lnetd — start
inetd-style services on a UNIX domain socket
SYNOPSIS
lnetd |
[-dw] [-N
max_kids] [-g
sockgroup] [-m
sockmode] [-u
sockuser] program
[args ...] |
DESCRIPTION
lnetd provides
inetd(1) style functionality for UNIX domain
sockets.
The options are as follows:
-Nmax_kids- specifies the maximum number of children that
lnetdwill allow to concurrently exist. This value defaults to 10. -d- turns on debugging.
-ggroup- indicates that the socket which is created should have group group. This option is only available to the super-user.
-mmode- indicates that the socket which is created should have mode mode.
-uuser- indicates that the socket which is created should be owned by user. This option is only available to the super-user.
-w- indicates that program is a wait service.
EXIT STATUS
lnetd exits 0 on success and >0 if an
error occurred.
SEE ALSO
inetd(8).
| Debian | January 16, 2011 | Debian |

