1DPNS-MKDIR(1) DPNS User Commands DPNS-MKDIR(1)
2
3
4
6 dpns-mkdir - make DPNS directory in the name server
7
9 dpns-mkdir [-m mode] [-p] path...
10
12 dpns-mkdir creates the specified DPNS directories in the name server.
13
14 This requires write permission in the parent directory. The owner ID
15 and group ID of the new directories are set to the requestor's real
16 user ID and group ID, respectively.
17
18 path specifies the DPNS pathname. If path does not start with /, it
19 is prefixed by the content of the DPNS_HOME environment vari‐
20 able.
21
22 The dpns-mkdir command has the following options:
23
24 -m specifies the mode to be used. Default mode is 777.
25
26 -p creates all the non-existing parent directories first. The mode
27 set for the created intermediate directories is the logical dif‐
28 ference between 0777 and the user umask but at least 0300.
29
31 This program returns 0 if the operation was successful or >0 if the
32 operation failed.
33
35 Castor_limits(4), dpns_chmod(3), dpns_mkdir(3), dpns_umask(3)
36
38 LCG Grid Deployment Team
39
40
41
42DPNS $Date: 2001/10/04 12:12:54 $ DPNS-MKDIR(1)