LinuxCommandLibrary

gvfs-info

displays file information using GVFS

TLDR

Show file information

$ gvfs-info [file]
copy
Show remote file info
$ gvfs-info smb://server/share/file
copy
Show specific attribute
$ gvfs-info -a [standard::size] [file]
copy
Show filesystem info
$ gvfs-info -f [file]
copy

SYNOPSIS

gvfs-info [options] location

DESCRIPTION

gvfs-info displays file information using GVFS. It shows attributes like size, type, permissions, and custom metadata for local and remote files.
The tool accesses files through GVFS backends, providing unified information across different protocols like SMB, FTP, and local filesystems.

PARAMETERS

LOCATION

File path or URI.
-a, --attributes ATTR
Show specific attributes.
-f, --filesystem
Show filesystem info.
-n, --nofollow-symlinks
Don't follow symlinks.
-w, --query-writable
Show writable attributes.
--help
Display help information.

CAVEATS

Deprecated in favor of gio info. GNOME dependencies. Requires running GVFS daemon.

HISTORY

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

SEE ALSO

gio(1), stat(1), file(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community