26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
-
+
|
serves files over HTTP as minimally as possible. Only static files (i.e., files that never change or are replaced) are supported.
<P>
<A NAME="lbAE"> </A>
<H2>OPTIONS</H2>
<DL COMPACT>
<DT><B>-h (or --help)</B>
<DD>
Prints detailed usage information
Prints detailed usage information.
<P>
<DT><B>-d (or --daemon)</B>
<DD>
Instructs
<B>filed</B>
to become a daemon after initializing
the listening TCP socket and log files.
|