Query: mkdir
OS: minix
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MKDIR(1) General Commands Manual MKDIR(1)NAMEmkdir - make a directorySYNOPSISmkdir [-p] [-m mode] directory ...OPTIONS-m Create directory with mode -p Create missing intermediate directoriesEXAMPLESmkdir dir # Create dir in the current directory mkdir -p /user/ast/dir # Create the /user/ast and /user/ast/dirDESCRIPTIONThe specified directory or directories are created and initialized. If any intermediate directory is missing and -p is specified, the miss- ing component will be created and no error displayed if directory already exists. If the -m flag is used, this will be equivalent to a chmod on the directory after its creation.SEE ALSOchmod(1), rmdir(1), mkdir(2). MKDIR(1)
Related Man Pages |
---|
shtool-mkdir(1) - debian |
mkdir(1) - centos |
mkdir(1) - suse |
mkdir(1) - opendarwin |
mkdir(1) - osx |
Similar Topics in the Unix Linux Community |
---|
Cp/Mkdir and spaces |
Can't run mkdir even as root please help |
Script for mkdir with permissions |
Move multipe files to corresponding directories |
Use script to mkdir based on file's data |