1LFC-MKDIR(1) LFC User Commands LFC-MKDIR(1)
2
3
4
6 lfc-mkdir - make LFC directory in the name server
7
9 lfc-mkdir [-m mode] [-p] path...
10
12 lfc-mkdir creates the specified LFC 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 LFC pathname. If path does not start with /, it
19 is prefixed by the content of the LFC_HOME environment variable.
20
21 The lfc-mkdir command has the following options:
22
23 -m specifies the mode to be used. Default mode is 777.
24
25 -p creates all the non-existing parent directories first. The mode
26 set for the created intermediate directories is the logical dif‐
27 ference between 0777 and the user umask but at least 0300.
28
30 This program returns 0 if the operation was successful or >0 if the
31 operation failed.
32
34 Castor_limits(4), lfc_chmod(3), lfc_mkdir(3), lfc_umask(3)
35
37 LCG Grid Deployment Team
38
39
40
41LFC $Date: 2001/10/04 12:12:54 $ LFC-MKDIR(1)