gfal-mkdir (1) Linux Manual Page
gfal-mkdir – make directories
Synopsis
gfal-mkdir [ -h ] [ -V ] [ -v ] [ -D DEFINITION ] [ -C CLIENT-INFO ] [ -t TIMEOUT ] [ -p ] DIRECTORY…Description
gfal-mkdir Create the DIRECTORY(ies), if they do not already exist. By default, it creates them with mode 0755.Options
- -h, –help
- show help about the command.
- -V, –version
- output version information and exit.
- -v, –verbose
- verbose mode. Repeat up to 3 times for the most verbose mode.
- -D, –definition
- define properties for gfal2.
- -C, –client-info
- provide custom client-side information
- -t, –timeout
- global timeout for the execution of the command. Command is interrupted if time expires before it finishes.
- -m, –mode
- set file mode (as in chmod). If not specified, 0755 is used. Depending on the storage implementation, it might not be used.
- -p, –parents
- no error if existing, make parent directories as needed.
Examples
- gfal-mkdir
- -p -m 0700 file:///tmp/path1/path2
Files
/etc/gfal2.d/*- All configuration files in this directory affect the behavior of the underlying gfal2.
Authors
Duarte Meneses <duarte.meneses [at] cern.ch>Adrien Devresse <adrien.devresse [at] cern.ch>
Alejandro Alvarez Ayllon <alejandro.alvarez.ayllon [at] cern.ch>
