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 55 56 57 58
|
.\"
.\" $Id: rfmkdir.man,v 1.1 2005/03/31 13:13:04 baud Exp $
.\"
.\" @(#)rfmkdir.man 1.1 09/07/98 CERN IT-PDP/DM Olof Barring
.\" Copyright (C) 1998-2002 by CERN/IT/PDP
.\" All rights reserved
.\"
.TH RFMKDIR 1 "$Date: 2005/03/31 13:13:04 $" CASTOR "Rfio User Commands"
.SH NAME
rfmkdir \- make remote directories
.SH SYNOPSIS
.B rfmkdir
[
.BI -m
.IR mode
]
[
.IB -p
]
.IR directory...
.SH DESCRIPTION
.IX "\fLrfmkdir\fR"
.B rfmkdir
provides an interface to the
.B shift
remote file I/O daemon (rfiod) for creating remote directories in mode 777
(possibly altered by
.BR umask(1) ).
The
.IR directory
argument is either a remote directory name of the form:
.IP
.IB hostname : path
.LP
or a local directory name (not containing the :/ character combination). Creation of a directory
requires write permission in the parent directory.
.SH "OPTIONS"
The following options apply to
.B rfmkdir:
.TP
.BI \-m " mode"
This option allows users to specify the mode to be used for the new directories.
Choices for modes can be found in
.BI chmod(1) .
.TP
.BI \-p
With this option,
.B rfmkdir
creates
.B dirname
by creating all the non-existing parent directories first.
.SH "SEE ALSO"
.BR mkdir(1),
.BR umask(1),
.BR mkdir(2),
.BR rfiod(1)
.SH AUTHOR
\fBCASTOR\fP Team <castor.support@cern.ch>
|