Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   fusermount3    ( 1 )

монтировать и размонтировать файловые системы FUSE (mount and unmount FUSE filesystems)

Имя (Name)

fusermount3 - mount and unmount FUSE filesystems


Синопсис (Synopsis)

fusermount3 [OPTIONS] MOUNTPOINT


Описание (Description)

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.

fusermount3 is a program to mount and unmount FUSE filesystems. It should be called directly only for unmounting FUSE file systems. To allow mounting and unmounting by unprivileged users, fusermount3 needs to be installed set-uid root.


Параметры (Options)

-h  print help.

-V print version.

-o OPTION[,OPTION...] mount options.

-u unmount.

-q quiet.

-z lazy unmount.


Смотри также (See also)

mount(8), mount.fuse3(8), fuse(4),


Главная страница (Homepage)

More information about fusermount3 and the FUSE project can be found at <http://fuse.sourceforge.net/ >.