Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gvfs-info(1) [centos man page]

GVFS-INFO(1)							   User Commands						      GVFS-INFO(1)

NAME
gvfs-info - Show information about files SYNOPSIS
gvfs-info [OPTION...] [LOCATION...] DESCRIPTION
gvfs-info shows information about the given locations. gvfs-info 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. 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. By default, gvfs-info shows all attributes. OPTIONS
The following options are understood: -h, --help Prints a short help text and exits. -w, --query-writable Show writable attributes and their types. -f, --filesystem Show information about the filesystem on which the files reside. -a, --attributes=ATTRIBUTES The attributes to get, specified as a comma-separated list of gvfs file attribute names. -n, --nofollow-symlinks Don't follow symlinks. EXIT STATUS
On success 0 is returned, a non-zero failure code otherwise. SEE ALSO
ls(1), gvfs-ls(1), GIO file attributes[1] NOTES
1. GIO file attributes http://developer.gnome.org/gio/2.32/gio-GFileAttribute.html gvfs GVFS-INFO(1)

Check Out this Related Man Page

gvfs-ls(1)							   User Commands							gvfs-ls(1)

NAME
gvfs-ls - list the content of directories using the VFS system SYNOPSIS
gvfs-ls [-a] [-h] [-l] [-c] URI DESCRIPTION
gvfs-ls lists the content of directories using the VFS system. OPTIONS
The following options are supported: -a Acts as a attribute filter. It specifies what attributes to print. -h Show hidden files -l User a long listing format -c Show completions EXAMPLES
Example 1: List the content of a local directory example% gvfs-ls file:///usr/bin/ Example 2: List the content of a remote directory example% gvfs-ls smb://server/resource/ ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables: NLSPATH. EXIT STATUS
The exit value 0 is returned regardless of success or failure. FILES
The following files are used by this application: /usr/bin/gvfs-ls Executable to list the content of the directory using the VFS system ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-gvfs | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
gvfs-copy(1), gvfs-cat(1), gvfs-less(1), gvfs-info(1), gvfs-mkdir(1) gvfs-monitor-dir(1), gvfs-monitor-file(1), gvfs-mount(1), gvfs- move(1), gvfs-rename(1), gvfs-open(1), gvfs-rm(1), gvfs-save(1), gvfs-trash(1), gvfs-tree(1), attributes(5), environ(5) NOTES
Written by Alvaro Lopez Ortega, Sun Microsystems Inc., 2008. SunOS 5.11 25 Mar 2008 gvfs-ls(1)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Number of html files

Hello to all! I'm really new of this, i don't know unix so i have to ask a stupid question for you but important for me. I need to know how many files .html there are on a unix server on a specified folder (and of course on their subfolders). The same command in DOS is dir *.html /s. Can you... (5 Replies)
Discussion started by: giuseppe74
5 Replies

2. UNIX for Dummies Questions & Answers

formatting a file headache

Hello does anyone know how to do the following using some simple unix if possible: I have a file with the following info as comma separated. It shows username, id number and all the subjects they are enrolled in on the one line. The subjects are separated by colons. UserName,ID,Subject... (13 Replies)
Discussion started by: ynneycat
13 Replies

3. Filesystems, Disks and Memory

Help - NCR Unix 3.02 MP-RAS

Hi, I am new to the UNIX operating system and would realy appreciate some answers to these problems. I have a unix box (Actually several of them throughout the different locations) that have NCR MP-RAS 3.02.x.x (with multiuser and possibly security packages installed.) Originally they had 2gb... (4 Replies)
Discussion started by: ad7_98
4 Replies

4. Filesystems, Disks and Memory

unix executable file problem on MAC OSX ??? please help

I've got this problem. My computers and external hard drives are converting many of my files to a Unix Executable File which has a grey terminal looking icon. I don't understand what is causing this to happen. It is happening to a large number of my image file of different formats and also... (1 Reply)
Discussion started by: chadb
1 Replies

5. UNIX for Advanced & Expert Users

selection of files based on its types

Daily we are getting some datafiles to our unix server location FTPIN. Incoming File names will be present in the location "/xyz/test/" as below: "infile_A1_YYYYMMDD", "infile_A2_YYYYMMDD", "infile_B1_YYYYMMDD", "infile_C1_YYYYMMDD" "infile_C2_YYYYMMDD" Where A, B and C are the... (3 Replies)
Discussion started by: ganapati
3 Replies

6. Shell Programming and Scripting

Commas within Delimeters

Hi experts, I would like a favour from you guys to get the info from 5th column which was separated by the delimeter comma ( , ) The Data file is as below:- 1,USER1,"90, TEST AVENUE, OLD ROAD",test1,124,N 2,USER2,88 TEST STREET NEW ROAD,test2,123,N The User File is as below:- USER1... (1 Reply)
Discussion started by: shenkz
1 Replies