Thursday, October 17, 2019

mkdir command usage


mkdir  : Allows to  create single or multiple directories



create one directory

mkdir one 



create three directories in the present directory

mkdir one two three



create directories as per the hierarchy defined

mkdir  -p one/four/six

Featured Post

Will the data from Oracle Database be lost after formatting the system in which it is installed?

So Someone asked me a question,  Will the data from Oracle Database be lost after formatting the system in which it is installed? Since the ...

Popular Posts