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
Monday, January 2, 2012
0 comments:
Post a Comment