1GFMKDIR(1) User Commands GFMKDIR(1)
2
3
4
6 gfmkdir - manual page for gfmkdir (glusterfs-coreutils) 0.3.0
7
9 gfmkdir [OPTION]... URL
10
12 -o, --xlator-option=OPTION
13 specify a translator option for the connection. Multiple options
14 are supported and take the form xlator.key=value.
15
16 -p, --port=PORT
17 specify the port on which to connect
18
19 -r, --parents
20 no error if existing, make parent directories as needed
21
22 --help display this help and exit
23
24 --version
25 output version information and exit
26
28 gfmkdir glfs://localhost/groot/directory
29
30 Create the directory /directory on the Gluster volume of groot
31 on host localhost.
32
33 gfmkdir -r glfs://localhost/groot/directory/subdirectory
34
35 Recursively create the directory /directory/subdirectory on the
36 Gluster volume of groot host localhost.
37
38 gfcli (localhost/groot)> mkdir /directory
39
40 In the context of a shell with a connection established, create
41 a directory on the root of the Gluster volume groot on local‐
42 host.
43
45 Written by Craig Cabrey.
46
48 Copyright © 2015 Facebook, Inc. License GPLv3: GNU GPL version 3
49 <http://www.gnu.org/licenses/gpl-3.0.en.html>.
50 This is free software: you are free to change and redistribute it.
51 There is NO WARRANTY, to the extent permitted by law.
52
54 gfcli(1)
55
56
57
58gfmkdir (glusterfs-coreutils) 0.3.0July 2020 GFMKDIR(1)