gnunet-fs.1 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .TH GNUNET\-FS "1" "November 2, 2011" "GNUnet"
  2. .SH NAME
  3. gnunet\-fs \- measure and control the fs subsystem
  4. .SH SYNOPSIS
  5. .B gnunet\-fs
  6. [\fIOPTIONS\fR]
  7. .SH DESCRIPTION
  8. .PP
  9. gnunet\-fs is a tool to access various functions of GNUnet's fs
  10. subsystem from the command\-line.
  11. Most of these are not expected to be useful for end-users.
  12. gnunet\-fs can currently only be used to obtain a list of indexed
  13. files.
  14. Other functions should be added in the near future.
  15. .TP
  16. \fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR
  17. configuration file to use
  18. .TP
  19. \fB\-h\fR, \fB\-\-help\fR
  20. print help page
  21. .TP
  22. \fB\-i\fR, \fB\-\-list-indexed\fR
  23. print information about files that are currently indexed by
  24. file-sharing
  25. .TP
  26. \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
  27. Change the loglevel.
  28. Possible values for LOGLEVEL are ERROR, WARNING, INFO and DEBUG.
  29. .TP
  30. \fB\-v\fR, \fB\-\-version\fR
  31. print the version number
  32. .TP
  33. \fB\-V\fR, \fB\-\-verbose\fR
  34. be verbose
  35. .SH BUGS
  36. Report bugs by using mantis <https://bugs.gnunet.org/> or by sending
  37. electronic mail to <gnunet\-developers@gnu.org>
  38. .SH SEE ALSO
  39. \fBgnunet\-publish\fP(1)
  40. The full documentation for
  41. .B gnunet
  42. is maintained as a Texinfo manual. If the
  43. .B info
  44. and
  45. .B gnunet
  46. programs are properly installed at your site, the command
  47. .IP
  48. .B info gnunet
  49. .PP
  50. should give you access to the complete handbook,
  51. .IP
  52. .B info gnunet-c-tutorial
  53. .PP
  54. will give you access to a tutorial for developers.
  55. .PP
  56. Depending on your installation, this information is also
  57. available in
  58. \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).