Merge branch 'debian'
[usmb.git] / usmb.1.txt
blobb8dccb505b43ba35aacf465f0272b93b2e0fcd21
1 USMB(1)
2 =======
3 Geoff Johnstone
6 NAME
7 ----
9 usmb - mount SMB/CIFS shares via FUSE
11 SYNOPSIS
12 --------
14 *usmb* [OPTION...]
16 DESCRIPTION
17 -----------
19 usmb allows mounting Samba (CIFS) shares through FUSE.
22 Unlike some other Samba FUSE implementation usmb can mount shares from any
23 server, including serrvers and shares not visible in "Network neighbourhood"
24 (not advertised on the local lan.
26 The share, user name and other details are specified in a configuration file.
28 The source archive includes an example configuration file 'usmb.conf' and a
29 more complete documentation of the program in 'README' file. If you have
30 installed packaged version of the program these files should be available in
31 '/usr/share/doc/usmb'.
33 OPTIONS
34 -------
36 *-c 'configuration file'*::
37 *--config='configuration file'*::
38     Specify configuration file to use.
39     Defaults to '~/.usmb.conf'.
41 *-d*::
42 *--debug*::
43     Debug mode.
45 *-f*::
46 *--nofork*::
47     Do not fork, stay in foreground.
49 *-h*::
50 *--help*::
51     Show options.
53 FILES
54 -----
55 *'~/.usmb.conf'*::
56   The default location of usmb configuration file.
58 SEE ALSO
59 --------
60 'README' 'usmb.conf' *fusermount*(1)
63 AUTHORS
64 -------
65  usmb was written by Geoff Johnstone
66  This minimal manpage was written by Michal Suchanek <hramrach@centrum.cz>
68 COPYING
69 -------
70 Free use of this software is granted under the terms of the GNU General Public
71 License (GPL).