12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- .TH GNUNET\-FS "1" "November 2, 2011" "GNUnet"
- .SH NAME
- gnunet\-fs \- measure and control the fs subsystem
- .SH SYNOPSIS
- .B gnunet\-fs
- [\fIOPTIONS\fR]
- .SH DESCRIPTION
- .PP
- gnunet\-fs is a tool to access various functions of GNUnet's fs
- subsystem from the command\-line.
- Most of these are not expected to be useful for end-users.
- gnunet\-fs can currently only be used to obtain a list of indexed
- files.
- Other functions should be added in the near future.
- .TP
- \fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR
- configuration file to use
- .TP
- \fB\-h\fR, \fB\-\-help\fR
- print help page
- .TP
- \fB\-i\fR, \fB\-\-list-indexed\fR
- print information about files that are currently indexed by
- file-sharing
- .TP
- \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
- Change the loglevel.
- Possible values for LOGLEVEL are ERROR, WARNING, INFO and DEBUG.
- .TP
- \fB\-v\fR, \fB\-\-version\fR
- print the version number
- .TP
- \fB\-V\fR, \fB\-\-verbose\fR
- be verbose
- .SH BUGS
- Report bugs by using mantis <https://bugs.gnunet.org/> or by sending
- electronic mail to <gnunet\-developers@gnu.org>
- .SH SEE ALSO
- \fBgnunet\-publish\fP(1)
- The full documentation for
- .B gnunet
- is maintained as a Texinfo manual. If the
- .B info
- and
- .B gnunet
- programs are properly installed at your site, the command
- .IP
- .B info gnunet
- .PP
- should give you access to the complete handbook,
- .IP
- .B info gnunet-c-tutorial
- .PP
- will give you access to a tutorial for developers.
- .PP
- Depending on your installation, this information is also
- available in
- \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).
|