LinuxCommandLibrary

gvfs-move

moves files using GVFS

TLDR

Move local file

$ gvfs-move [source] [destination]
copy
Move to remote
$ gvfs-move [local-file] smb://server/share/
copy
Move with progress
$ gvfs-move -p [source] [destination]
copy
Interactive mode
$ gvfs-move -i [source] [destination]
copy

SYNOPSIS

gvfs-move [options] source destination

DESCRIPTION

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.

PARAMETERS

SOURCE

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

CAVEATS

Deprecated in favor of gio move. GNOME dependencies. Cross-filesystem moves require space.

HISTORY

gvfs-move was developed as part of GVFS for GNOME, now largely replaced by the gio command.

SEE ALSO

gio(1), mv(1), gvfs-copy(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community