rfstat(1) - Linux man page
Name
rfstat - get information about a file or directory
Synopsis
rfstat directory
rfstat filename
Description
The rfstat program provides an interface to the shift remote file I/O daemon (rfiod) for getting information about a remote directory or file. The filename or directory argument is either a remote file name of the form:
- hostname:path
- or a local file name (not containing the :/ character combination). The output from the rfstat command gives information similar to that of the ls -il command for listing local files or directories, one field per line.
Example
rfstat /tmp Device : 802 Inode number : 2 Nb blocks : 16 Protection : drwxrwxrwt (41777) Hard Links : 13 Uid : 0 (root) Gid : 0 (root) Size (bytes) : 4096 Last access : Wed Jun 15 07:18:10 2011 Last modify : Wed Jun 15 07:18:10 2011 Last stat. mod. : Wed Jun 15 07:18:10 2011
See Also
rfio_stat(3), rfiod(1)
Notes
rfstat does not support regular expressions (regexp(5)) in the directory or filename argument.
Author
LCG Grid Deployment Team