ARCMDKIR(1) | NorduGrid Users Manual | ARCMDKIR(1) |
arcmkdir - create directories
The arcmkdir command creates directories on grid storage elements and indexing services.
arcmkdir [options] url
The arcmkdir command creates directories on grid storage elements and indexing services. If the parent directory does not exist and -p is not specified, then arcmkdir will probably fail, but it depends on the protocol. The permissions on the new directory are the default of the server, or if the protocol requires them to be specified then the directory is only readable/writable/searchable by the user (the equivalent of 700 on a file system).
If url starts from '@', the remaining argument is assumed to be a path to a local file containing a list of URLs, one per line. In this case arcmkdir performs like it were called multiple times - once for every URL.
Depending on the installed libraries (check with -P ), the following protocols may be used: file (file:// prefix may be omitted), http, https, httpg, ftp, gsiftp, srm, root.
arcmkdir gsiftp://example.com/grid/newdir
APACHE LICENSE Version 2.0
ARC software is developed by the NorduGrid Collaboration (http://www.nordugrid.org), please consult the AUTHORS file distributed with ARC. Please report bugs and feature requests to http://bugzilla.nordugrid.org
2018-11-26 | NorduGrid ARC 5.4.3 |