mkdir(1tcl)


mkdir -- create specified directories

Synopsis

mkdir [-path] dirList

Description

Creates each of the directories in the list dirList. The mode on the new directories is 777, modified by the umask. If -path is specified, then any non-existent parent directories in the specified path(s) are also created.
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.