MKDIR(1) General Commands Manual MKDIR(1)NAMEmkdir - make a directorySYNOPSISmkdir dirname ...DESCRIPTIONMkdir creates specified directories in mode 777. Standard entries, `.', for the directory itself, and `..' for its parent, are made auto- matically. Mkdir requires write permission in the parent directory.SEE ALSOrm(1)DIAGNOSTICSMkdir returns exit code 0 if all directories were successfully made. Otherwise it prints a diagnostic and returns nonzero. MKDIR(1)
| Related Man Pages |
|---|
| lfc-mkdir(1) - debian |
| mkdir(2) - bsd |
| dpns-mkdir(1) - debian |
| mkdir(1) - xfree86 |
| mkdir(1) - x11r4 |
| Similar Topics in the Unix Linux Community |
|---|
| mkdir: cannot create directory |
| mkdir bug |
| Creating a new directory by getting input from user |
| Script for mkdir with permissions |
| How to create a long list of directories with mkdir? |