MKDIR(1) General Commands Manual MKDIR(1)NAMEmkdir - make a directorySYNOPSISmkdir dirname ...DESCRIPTIONMkdir creates the specified directories. It requires write permission in the parent directory.SEE ALSOrm(1) cd in rc(1)SOURCE/sys/src/cmd/mkdir.cDIAGNOSTICSMkdir returns null exit status if all directories were successfully made. Otherwise it prints a diagnostic and returns "error" status. MKDIR(1)
| Related Man Pages |
|---|
| mkdir(1) - linux |
| mkdir(2) - minix |
| mkdir(1) - opendarwin |
| mkdir(1) - osx |
| mkdir(1) - x11r4 |
| Similar Topics in the Unix Linux Community |
|---|
| mkdir limitations |
| Creating a new directory by getting input from user |
| Mkdir fails when defined and called with functions. |
| Use script to mkdir based on file's data |
| Cd then mkdir from script |