1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
.\"
.\" $Id: rfdir.man,v 1.1 2005/03/31 13:13:02 baud Exp $
.\"
.\" @(#)rfdir.man 1.2 09/21/98 CERN IT-PDP/DM Olof Barring
.\" Copyright (C) 1998-2002 by CERN/IT/PDP
.\" All rights reserved
.\"
.TH RFDIR 1 "$Date: 2005/03/31 13:13:02 $" CASTOR "Rfio User Commands"
.SH NAME
rfdir \- Remote directory list
.SH SYNOPSIS
.B rfdir
.IR directory
.br
.B rfdir
.IR filename
.SH DESCRIPTION
.IX "\fLrfdir\fR"
The remote directory list program provides an interface to the
.B shift
remote file I/O daemon (rfiod) for listing a remote directory or file.
The
.IR filename
or
.IR directory
argument is either a remote file name of the form:
.IP
.IB hostname : path
.LP
or a local file name (not containing the :/ character combination).
The output from the
.BR rfdir
command is a full directory listing
similar to that of the
.BR "ls -al"
command for listing local files or directories.
.SH "SEE ALSO"
.BR rcp(1),
.BR rfiod(1)
.SH "NOTES"
.B rfdir
does not support regular expressions
.BR (regexp(5))
in the
.IR diretory
or
.IR filename
argument.
.LP
The date and time displayed by
.B rfdir
are for the last modification to the file.
.SH AUTHOR
\fBCASTOR\fP Team <castor.support@cern.ch>
|