11/3/71 MKDIR (I) NAME mkdir -- make a directory SYNOPSIS mkdir dirname ... DESCRIPTION mkdir creates directory dirname. The standard entries "." and ".." are made auto- matically. FILES -- SEE ALSO rmdir to remove directories DIAGNOSTICS "?" BUGS No permissions are checked. The system's user ID, not that of the creator of the directory, be- comes the owner of the directory. OWNER ken, dmr