1ARCMDKIR(1) NorduGrid Users Manual ARCMDKIR(1)
2
3
4
6 arcmkdir - create directories
7
8
10 The arcmkdir command creates directories on grid storage elements and
11 indexing services.
12
13
15 arcmkdir [options] url
16
17
19 -p, --parents
20 make parent directories as needed
21
22 -P, --listplugins
23 list the available plugins (protocols supported)
24
25 -t, --timeout=seconds
26 timeout in seconds (default 20)
27
28 -z, --conffile=filename
29 configuration file (default ~/.arc/client.conf)
30
31 -d, --debug=debuglevel
32 FATAL, ERROR, WARNING, INFO, VERBOSE or DEBUG
33
34 -v, --version
35 print version information
36
37 -?, --help
38 print help
39
40
42 url the directory to create
43
45 The arcmkdir command creates directories on grid storage elements and
46 indexing services. If the parent directory does not exist and -p is
47 not specified, then arcmkdir will probably fail, but it depends on the
48 protocol. The permissions on the new directory are the default of the
49 server, or if the protocol requires them to be specified then the
50 directory is only readable/writable/searchable by the user (the equiva‐
51 lent of 700 on a file system).
52
53 If url starts from '@', the remaining argument is assumed to be a path
54 to a local file containing a list of URLs, one per line. In this case
55 arcmkdir performs like it were called multiple times - once for every
56 URL.
57
58 Depending on the installed libraries (check with -P ), the following
59 protocols may be used: file (file:// prefix may be omitted), http,
60 https, httpg, ftp, gsiftp, srm, root.
61
62
64 ~/.arc/client.conf
65 Some options can be given default values by specifying them in
66 the ARC client configuration file. By using the --conffile
67 option a different configuration file can be used than the
68 default.
69
70
72 X509_USER_PROXY
73 The location of the user's Grid proxy file. Shouldn't be set
74 unless the proxy is in a non-standard location.
75
76
77 ARC_LOCATION
78 The location where ARC is installed can be specified by this
79 variable. If not specified the install location will be deter‐
80 mined from the path to the command being executed, and if this
81 fails a WARNING will be given stating the location which will be
82 used.
83
84
85 ARC_PLUGIN_PATH
86 The location of ARC plugins can be specified by this variable.
87 Multiple locations can be specified by separating them by : (;
88 in Windows). The default location is $ARC_LOCATION/lib/arc (\ in
89 Windows).
90
91
93 arcmkdir gsiftp://example.com/grid/newdir
94
95
97 APACHE LICENSE Version 2.0
98
99
101 ARC software is developed by the NorduGrid Collaboration
102 (http://www.nordugrid.org), please consult the AUTHORS file distributed
103 with ARC. Please report bugs and feature requests to
104 http://bugzilla.nordugrid.org
105
106
108 arccp(1), arcls(1), arcrename(1), arcrm(1),
109
110
111
112NorduGrid ARC 6.4.1 2019-12-01 ARCMDKIR(1)