Thursday, October 8, 2015

HOW TO CREATE A DIRECTORY


Syntax:-  mkdir <dirname>
example  #mkdir tech

Here another thing you need to know that is, if you need to create Directory including sub-directory then you need to use -p

#mkdir -p <dirname/subdirname>
example :- mkdir -p data/storage




No comments:

Post a Comment