Monday, January 2, 2012
12:02 AM

Creating Directory in Linux/Unix

How to Create Directory in Linux/Unix 
                                                          
                                                        Empty directory can be created using mkdir command in Linux/Unix.


Syntax:
                   mkdir [-option] directoryname

Example


$ pwd
/home/sandeep
$ mkdir sandeep1
$ cd sandeep1
$ pwd
/home/sandeep/sandeep1
$

                
a. We

0 comments:

Post a Comment