Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gvfsd-fuse(1) [centos man page]

GVFSD-FUSE(1)							   User Commands						     GVFSD-FUSE(1)

NAME
gvfsd-fuse - Fuse daemon for gvfs SYNOPSIS
gvfsd-fuse PATH DESCRIPTION
gvfsd-fuse maintains a fuse mount to make gvfs backends available to POSIX applications. The mount point for the fuse filesystem is provided by the [PATH] argument. gvfsd-fuse is normally started by gvfsd(1). In this case, the mount point is $XDG_RUNTIME_DIR/gvfs or $HOME/.gvfs. OPTIONS
-d Enable fuse debug output. This implies -f. -f Run in the foreground. -s Run single-threaded. -o OPTION Set a fuse-specific option. See the fuse documentation for a list of these. EXIT STATUS
On success 0 is returned, a non-zero failure code otherwise. SEE ALSO
gvfs(7) gvfs GVFSD-FUSE(1)

Check Out this Related Man Page

bup-fuse(1)						      General Commands Manual						       bup-fuse(1)

NAME
bup-fuse - mount a bup repository as a filesystem SYNOPSIS
bup fuse [-d] [-f] [-o] <mountpoint> DESCRIPTION
bup fuse opens a bup repository and exports it as a fuse(7) userspace filesystem. This feature is only available on systems (such as Linux) which support FUSE. WARNING: bup fuse is still experimental and does not enforce any file permissions! All files will be readable by all users. When you're done accessing the mounted fuse filesystem, you should unmount it with umount(8). OPTIONS
-d, --debug run in the foreground and print FUSE debug information for each request. -f, --foreground run in the foreground and exit only when the filesystem is unmounted. -o, --allow-other permit other users to access the filesystem. Necessary for exporting the filesystem via Samba, for example. EXAMPLE
rm -rf /tmp/buptest mkdir /tmp/buptest sudo bup fuse -d /tmp/buptest ls /tmp/buptest/*/latest ... umount /tmp/buptest SEE ALSO
fuse(7), fusermount(1), bup-ls(1), bup-ftp(1), bup-restore(1), bup-web(1) BUP
Part of the bup(1) suite. AUTHORS
Avery Pennarun <apenwarr@gmail.com>. Bup unknown- bup-fuse(1)
Man Page