← 返回命令列表

Linux command

gvfs-move 命令

文本

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

常用示例

Move local file

gvfs-move [source] [destination]

Move to remote

gvfs-move [local-file] smb://server/share/

Move with progress

gvfs-move -p [source] [destination]

Interactive mode

gvfs-move -i [source] [destination]

说明

gvfs-move moves files using GVFS. It supports local files and remote URIs, handling moves across different backends transparently. The tool provides atomic moves within the same filesystem and copy-then-delete for cross-filesystem moves. It integrates with GNOME's VFS.

参数

-p, --progress
Show progress.
-i, --interactive
Prompt before overwrite.
-n, --no-target-directory
Treat destination as file.
--help
Display help information.

FAQ

What is the gvfs-move command used for?

gvfs-move moves files using GVFS. It supports local files and remote URIs, handling moves across different backends transparently. The tool provides atomic moves within the same filesystem and copy-then-delete for cross-filesystem moves. It integrates with GNOME's VFS.

How do I run a basic gvfs-move example?

Run `gvfs-move [source] [destination]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -p, --progress do in gvfs-move?

Show progress.