1RFMKDIR(1) Rfio User Commands RFMKDIR(1)
2
3
4
6 rfmkdir - make remote directories
7
9 rfmkdir [ -m mode ] [ -p ] directory...
10
12 rfmkdir provides an interface to the shift remote file I/O daemon
13 (rfiod) for creating remote directories in mode 777 (possibly altered
14 by umask(1)). The directory argument is either a remote directory name
15 of the form:
16
17 hostname:path
18
19 or a local directory name (not containing the :/ character combina‐
20 tion). Creation of a directory requires write permission in the parent
21 directory.
22
24 The following options apply to rfmkdir:
25
26 -m mode
27 This option allows users to specify the mode to be used for the
28 new directories. Choices for modes can be found in chmod(1).
29
30 -p With this option, rfmkdir creates dirname by creating all the
31 non-existing parent directories first.
32
34 mkdir(1), umask(1), mkdir(2), rfiod(1)
35
37 LCG Grid Deployment Team
38
39
40
41LCG $Date: 2005/03/31 13:13:04 $ RFMKDIR(1)