11/3/71                                            SYS MKDIR (II)
NAME            mkdir  --  make a directory
SYNOPSIS        sys  mkdir; name; mode  / mkdir = 14.
DESCRIPTION     mkdir creates an empty directory whose name is
                the null-terminated string pointed to by name.
                The mode of the directory is mode.  The special
                entries "." and ".." are not present.
                mkdir may be invoked only by the super-user.
FILES           --
SEE ALSO        mkdir command
DIAGNOSTICS     Error bit (c-bit) is set if the directory already
                exists or if the user is not the super-user.
BUGS            --
OWNER           ken, dmr