One Step Info
One step info where you can get crispy informations in all areas!
Showing posts with label
directory tree
.
Show all posts
Showing posts with label
directory tree
.
Show all posts
Friday, September 2, 2016
Creating directory trees in unix
$ mkdir -p /test1/test2/test3
It will create directory trees like below
$ cd /test1/test2/test3
$ pwd
/test1/test2/test3
Older Posts
Home
Subscribe to:
Posts (Atom)