LinuxCommandLibrary

gvfs-tree

displays directory contents in tree format using GVFS

TLDR

Show directory tree

$ gvfs-tree [directory]
copy
Show remote tree
$ gvfs-tree smb://server/share/
copy
Show hidden files
$ gvfs-tree -h [directory]
copy
Follow symlinks
$ gvfs-tree -l [directory]
copy

SYNOPSIS

gvfs-tree [options] location

DESCRIPTION

gvfs-tree displays directory contents in tree format using GVFS. It shows hierarchical structure of local and remote directories.
The tool visualizes directory trees across GVFS backends, providing a unified view of local and networked filesystems.

PARAMETERS

LOCATION

Directory path or URI.
-h, --hidden
Show hidden files.
-l, --follow-symlinks
Follow symbolic links.
--help
Display help information.

CAVEATS

Deprecated in favor of gio tree. GNOME dependencies. Large trees may be slow.

HISTORY

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

SEE ALSO

gio(1), tree(1), gvfs-ls(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community