1GFAL-MKDIR(1) General Commands Manual GFAL-MKDIR(1)
2
3
4
6 gfal-mkdir - make directories
7
9 gfal-mkdir [ -h ] [ -V ] [ -v ] [ -D DEFINITION ] [ -C CLIENT-INFO ] [
10 -t TIMEOUT ] [ -p ] DIRECTORY...
11
12
13
15 gfal-mkdir Create the DIRECTORY(ies), if they do not already exist. By
16 default, it creates them with mode 0755.
17
18
20 -h, --help
21 show help about the command.
22
23 -V, --version
24 output version information and exit.
25
26 -v, --verbose
27 verbose mode. Repeat up to 3 times for the most verbose mode.
28
29 -D, --definition
30 define properties for gfal2.
31
32 -C, --client-info
33 provide custom client-side information
34
35 -t, --timeout
36 global timeout for the execution of the command. Command is
37 interrupted if time expires before it finishes.
38
39 -m, --mode
40 set file mode (as in chmod). If not specified, 0755 is used.
41 Depending on the storage implementation, it might not be used.
42
43 -p, --parents
44 no error if existing, make parent directories as needed.
45
46
48 gfal-mkdir
49 -p -m 0700 file:///tmp/path1/path2
50
51 gfal-mkdir
52 srm://endpoint.cern.ch/path/directory1 srm://end‐
53 point.cern.ch/path/directory2
54
55
57 /etc/gfal2.d/*
58 All configuration files in this directory affect the behavior of
59 the underlying gfal2.
60
61
63 Duarte Meneses <duarte.meneses@cern.ch>
64 Adrien Devresse <adrien.devresse@cern.ch>
65 Alejandro Alvarez Ayllon <alejandro.alvarez.ayllon@cern.ch>
66
67
69 gfal-cat(1), gfal-chmod(1), gfal-copy(1), gfal-ls(1), gfal-mkdir(1),
70 gfal-rename(1), gfal-rm(1), gfal-save(1), gfal-stat(1), gfal-sum(1),
71 gfal-xattr(1)
72
73
74
75v1.5.0 May 2017 GFAL-MKDIR(1)