Tizen 2.1 base
[framework/base/fuse.git] / doc / fusermount.1
1 .TH FUSERMOUNT 1 2011\-10\-23 2.8.6 "Filesystem in Userspace (FUSE)"
2
3 .SH NAME
4 \fBfusermount\fR \- mount and unmount FUSE filesystems
5
6 .SH SYNOPSIS
7 \fBfusermount\fR [\fIOPTIONS\fR] \fIMOUNTPOINT\fR
8
9 .SH DESCRIPTION
10 Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.
11 .PP
12 \fBfusermount\fR is a program to mount and unmount FUSE filesystems.
13
14 .SH OPTIONS
15 .IP "\-h" 4
16 print help.
17 .IP "\-V" 4
18 print version.
19 .IP "-o \fIOPTION\fR[,\fIOPTION\fR...]" 4
20 mount options.
21 .IP "-u" 4
22 unmount.
23 .IP "-q" 4
24 quiet.
25 .IP "-z" 4
26 lazy unmount.
27
28 .SH SEE ALSO
29 \fImount\fR(8),
30 \fImount.fuse\fR(8),
31 \fIulockmgr_server\fR(1).
32
33 .SH HOMEPAGE
34 More information about fusermount and the FUSE project can be found at <\fIhttp://fuse.sourceforge.net/\fR>.
35
36 .SH AUTHOR
37 FUSE was written by Miklos Szeredi <\fImiklos@szeredi.hu\fR>.
38 .PP
39 This manual page was written by Daniel Baumann <\fIdaniel.baumann@progress\-technologies.net\fR>.