.\" @(#)$RCSfile: lfc-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 LFC-MKDIR 1 "$Date: 2001/10/04 12:12:54 $" LFC "LFC User Commands" .SH NAME lfc-mkdir \- make LFC directory in the name server .SH SYNOPSIS .B lfc-mkdir .RB [ -m .IR mode ] .RB [ -p ] .IR path ... .SH DESCRIPTION .B lfc-mkdir creates the specified LFC 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 LFC pathname. If .I path does not start with .BR / , it is prefixed by the content of the .B LFC_HOME environment variable. .LP The .B lfc-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 lfc_chmod(3) , .BR lfc_mkdir(3) , .BR lfc_umask(3) .SH AUTHOR \fBLCG Grid Deployment\fP Team