gfls (1) - Linux Manuals
gfls: manual page for gfls (glusterfs-coreutils) 0.2.0
NAME
gfls - manual page for gfls (glusterfs-coreutils) 0.2.0SYNOPSIS
gfls [OPTION]... URLDESCRIPTION
list directory contents- -a, --all
- do not ignore entries starting with .
- -h, --human-readable
- with -l, print sizes in human readable format (e.g., 1K 234M 2G)
- -l
- use a long listing format
- -R, --recursive
- list subdirectories recursively
- -p, --port=PORT
- specify the port on which to connect
- --help
- display this help and exit
- --version
- output version information and exit
EXAMPLES
- gfls glfs://localhost/groot/directory
- List the contents of /directory on the Gluster volume root on host localhost.
- gfls -l glfs://localhost/groot/directory
- List the contents of /directory on the Gluster volume root on host localhost using the long listing format.
- gfls -Rl glfs://localhost/groot/directory
- Recursively list the contents of /directory on the Gluster volume groot on host localhost using the long listing format.
- gfcli (localhost/groot)> ls /
- List the contents of the root of the connected Gluster volume.
AUTHOR
Written by Craig Cabrey.COPYRIGHT
Copyright © 2015 Facebook, Inc. License GPLv3: GNU GPL version 3 <http://www.gnu.org/licenses/gpl-3.0.en.html>.This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.