mkdir

The mkdir command creates a single directories or multiple directories.

Syntax

The syntax for the mkdir command is:
mkdir [options] directories

Options

OptionDescription
-m modeSets the access mode for the new directory.
-pIf the parent directories don't exist, this command creates them.

Example

mkdir -m 444 tech
mkdir -p tech/net/faqs

Comments

Popular posts from this blog

gsutil Vs Storage Transfer Service Vs Transfer Appliance

SQL basic interview question