Unix for Beginners
Unix Shell Programming
Advanced Unix
Unix Useful References
Unix Useful Resources
Selected Reading
© 2011 TutorialsPoint.COM
|
- Unix, Linux Command
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
|
|
|