How to make a directory with all its sub directories with one command
by Nirmala[ Edit ] 2010-08-31 11:15:16
Make a directory with all its sub directories with one command
mkdir -p /home/hiox/1/2/3/4/5/6
They above command will create all its child and parents directories