HP-UX Reference (11i v3 07/02) - 2 System Calls (vol 5)

m
mkdir(2) mkdir(2)
[ENAMETOOLONG]
The length of the specified path name exceeds
PATH_MAX bytes, or the length of a com-
ponent of the path name exceeds
NAME_MAX bytes while
_POSIX_NO_TRUNC
is in effect.
[ENOENT] A component of the path prefix does not exist.
[ENOSPC] Not enough space on the file system.
[ENOTDIR] A component of the path prefix is not a directory.
[EROFS] The named file resides on a read-only file system.
AUTHOR
mkdir() was developed by the University of California, Berkeley.
SEE ALSO
acl(2), chmod(2), setacl(2), stat(2), umask(2), acl(5), aclv(5), limits(5).
STANDARDS CONFORMANCE
mkdir(): AES, SVID2, SVID3, XPG3, XPG4, FIPS 151-2, POSIX.1
HP-UX 11i Version 3: February 2007 2 Hewlett-Packard Company 191