diff options
Diffstat (limited to 'man/gvfs-info.xml')
-rw-r--r-- | man/gvfs-info.xml | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/man/gvfs-info.xml b/man/gvfs-info.xml new file mode 100644 index 00000000..6bf55dbe --- /dev/null +++ b/man/gvfs-info.xml @@ -0,0 +1,116 @@ +<?xml version='1.0'?> +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> + +<refentry id="gvfs-info"> + + <refentryinfo> + <title>gvfs-info</title> + <productname>gvfs</productname> + + <authorgroup> + <author> + <contrib>Developer</contrib> + <firstname>Alexander</firstname> + <surname>Larsson</surname> + <email>alexl@redhat.com</email> + </author> + </authorgroup> + + </refentryinfo> + + <refmeta> + <refentrytitle>gvfs-info</refentrytitle> + <manvolnum>1</manvolnum> + </refmeta> + + <refnamediv> + <refname>gvfs-info</refname> + <refpurpose>Show information about files</refpurpose> + </refnamediv> + + <refsynopsisdiv> + <cmdsynopsis> + <command>gvfs-info <arg choice="opt" rep="repeat">OPTION</arg> <arg choice="opt" rep="repeat">LOCATION</arg></command> + </cmdsynopsis> + </refsynopsisdiv> + + <refsect1> + <title>Description</title> + + <para><command>gvfs-info</command> shows information about + the given locations.</para> + + <para><command>gvfs-info</command> is similar to the traditional + ls utility, but using gvfs locations instead of local files: + for example you can use something like + smb://server/resource/file.txt as location.</para> + + <para>File attributes can be specified with their gvfs name, + e.g. standard::icon, or just by namespace, e.g. unix, or by + '*' which matches all attributes. Several attributes or groups + can be specified, separated by comma.</para> + + <para>By default, <command>gvfs-info</command> shows all + attributes.</para> + + </refsect1> + + <refsect1> + <title>Options</title> + + <para>The following options are understood:</para> + + <variablelist> + <varlistentry> + <term><option>-h</option>, <option>--help</option></term> + + <listitem><para>Prints a short help + text and exits.</para></listitem> + </varlistentry> + + <varlistentry> + <term><option>-w</option>, <option>--query-writable</option></term> + + <listitem><para>Show writable attributes and their types.</para></listitem> + </varlistentry> + + <varlistentry> + <term><option>-f</option>, <option>--filesystem</option></term> + + <listitem><para>Show information about the filesystem on which the files reside.</para></listitem> + </varlistentry> + + <varlistentry> + <term><option>-a</option>, <option>--attributes=ATTRIBUTES</option></term> + + <listitem><para>The attributes to get, specified + as a comma-separated list of gvfs file attribute + names.</para></listitem> + </varlistentry> + + <varlistentry> + <term><option>-n</option>, <option>--no-follow-symlinks</option></term> + + <listitem><para>Don't follow symlinks.</para></listitem> + </varlistentry> + </variablelist> + </refsect1> + + <refsect1> + <title>Exit status</title> + + <para>On success 0 is returned, a non-zero failure + code otherwise.</para> + </refsect1> + + <refsect1> + <title>See Also</title> + <para> + <citerefentry><refentrytitle>ls</refentrytitle><manvolnum>1</manvolnum></citerefentry>, + <citerefentry><refentrytitle>gvfs-ls</refentrytitle><manvolnum>1</manvolnum></citerefentry>, + <ulink url="http://developer.gnome.org/gio/2.32/gio-GFileAttribute.html">GIO file attributes</ulink> + </para> + </refsect1> + +</refentry> |