NAME

lcfgmkdir - make directories


SYNOPSIS

/usr/bin/lcfgmkdir [options] [dir] ...


DESCRIPTION

This command makes directories in a similar way to mkdir -p, except that it can also set the ownership and permissions for any created parent directories, as well as the target directory.


OPTIONS

-g group

Set directory group.

-m mode

Set directory mode.

-p mode

Create only the necessary parent directories. Do not create the specified pathname.

-u user

Set directory owner.

-v

Verbose.


PLATFORMS

Solaris9, Fedora3, Fedora5, Darwin, Fedora6, Scientific5


AUTHOR

Paul Anderson <dcspaul@inf.ed.ac.uk>