Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mkdirhier(1) [centos man page]

MKDIRHIER(1)						      General Commands Manual						      MKDIRHIER(1)

NAME
mkdirhier - makes a directory hierarchy SYNOPSIS
mkdirhier directory ... DESCRIPTION
The mkdirhier command creates the specified directories. Unlike mkdir if any of the parent directories of the specified directory do not exist, it creates them as well. SEE ALSO
mkdir(1) X Version 11 imake 1.0.5 MKDIRHIER(1)

Check Out this Related Man Page

DPNS-MKDIR(1)							DPNS User Commands						     DPNS-MKDIR(1)

NAME
dpns-mkdir - make DPNS directory in the name server SYNOPSIS
dpns-mkdir [-m mode] [-p] path... DESCRIPTION
dpns-mkdir creates the specified DPNS directories in the name server. 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. path specifies the DPNS pathname. If path does not start with /, it is prefixed by the content of the DPNS_HOME environment variable. The dpns-mkdir command has the following options: -m specifies the mode to be used. Default mode is 777. -p creates all the non-existing parent directories first. The mode set for the created intermediate directories is the logical differ- ence between 0777 and the user umask but at least 0300. EXIT STATUS
This program returns 0 if the operation was successful or >0 if the operation failed. SEE ALSO
Castor_limits(4), dpns_chmod(3), dpns_mkdir(3), dpns_umask(3) AUTHOR
LCG Grid Deployment Team DPNS
$Date: 2001/10/04 12:12:54 $ DPNS-MKDIR(1)
Man Page