.\" @(#)$RCSfile: dpns-mkdir.man,v $ $Revision: 1.1.1.1 $ $Date: 2001/10/04 12:12:54 $ CERN IT-PDP/DM Jean-Philippe Baud .\" Copyright (C) 1999-2000 by CERN/IT/PDP/DM .\" All rights reserved .\" .TH DPNS-MKDIR 1 "$Date: 2001/10/04 12:12:54 $" DPNS "DPNS User Commands" .SH NAME dpns-mkdir \- make DPNS directory in the name server .SH SYNOPSIS .B dpns-mkdir .RB [ -m .IR mode ] .RB [ -p ] .IR path ... .SH DESCRIPTION .B dpns-mkdir creates the specified DPNS directories in the name server. .LP This requires write permission in the parent directory. The owner ID and group ID of the new directories are set to the requestor's real user ID and group ID, respectively. .TP .I path specifies the DPNS pathname. If .I path does not start with .BR / , it is prefixed by the content of the .B DPNS_HOME environment variable. .LP The .B dpns-mkdir command has the following options: .TP .B -m specifies the mode to be used. Default mode is 777. .TP .B -p creates all the non-existing parent directories first. The mode set for the created intermediate directories is the logical difference between 0777 and the user umask but at least 0300. .SH EXIT STATUS This program returns 0 if the operation was successful or >0 if the operation failed. .SH SEE ALSO .BR Castor_limits(4) , .BR dpns_chmod(3) , .BR dpns_mkdir(3) , .BR dpns_umask(3) .SH AUTHOR \fBLCG Grid Deployment\fP Team