Mail your problems to us on lawania@lavania.in, we will solve it and put the solution here at Lawania.com

Linux Basic Command - mkdir command

mkdir command in Linux allows the user to create directories (also referred to as folders in some operating systems )

mkdir [options...] [directories ...]
 
 
 
-v or --verbose:  It displays a message for every directory created.

Syntax:
mkdir -v [directories]
 
 
-p:  A flag which enables the command to create parent directories as necessary. If the directories exist, no error is specified.
Syntax:
mkdir -p [directories] Suppose you execute the following command –
mkdir -p first/second/third
 
 
-p:  A flag which enables the command to create parent directories as necessary. If the directories exist, no error is specified.
Syntax:
mkdir -p [directories] Suppose you execute the following command –
mkdir -p first/second/third
 



Share on Google Plus

About Prof. Krishan Kant Lavania

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment