← 返回命令列表

Linux command

gvfsd 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start GVFS daemon

gvfsd

Replace existing daemon

gvfsd --replace

Debug mode

gvfsd --debug

No fuse support

gvfsd --no-fuse

说明

gvfsd is the main daemon for the GVFS virtual filesystem. It provides the `org.gtk.vfs.Daemon` name on the session bus and is autostarted by GIO clients if not already running. The primary task of gvfsd is to act as a mount tracker/manager. It spawns new backends when requested, keeps track of their lifecycle, maintains a list of active mounts, and creates direct connections to them. GVFS backends run as children of the gvfsd process.

参数

--replace
Replace running daemon.
--no-fuse
Disable FUSE support.
--debug
Enable debug output.
-h, --help
Display help information.
--version
Show version number and exit.

FAQ

What is the gvfsd command used for?

gvfsd is the main daemon for the GVFS virtual filesystem. It provides the `org.gtk.vfs.Daemon` name on the session bus and is autostarted by GIO clients if not already running. The primary task of gvfsd is to act as a mount tracker/manager. It spawns new backends when requested, keeps track of their lifecycle, maintains a list of active mounts, and creates direct connections to them. GVFS backends run as children of the gvfsd process.

How do I run a basic gvfsd example?

Run `gvfsd` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --replace do in gvfsd?

Replace running daemon.