Shared Tutorials New
Website Development
2D & 3D Graphics
Audio & Video Editing
Databases
Desktop Programming
Operating Systems
Business Applications
Miscellaneous
Selected Reading
© 2011 TutorialsPoint.COM
|
Shared Tutorials Directory
Tutorials Shared by the Community
-
The mkdir (make directory) command is used to create directories.
http://raj-tipstricks.blogspot.com/2009/06/creating-directory.html
Tutorial Statistics
The mkdir (make directory) command is used to create directories.
Example [ Steve@localhost Steve ] $ mkdir prog-files [ Steve@localhost Steve ] $ -
The sub-directory, prog-files, is created under the current directory. However, the new directory does not become the current directory. Complete path names can be specified with mkdir.
Example
[ Steve@localhost Steve ] $ mkdir /tmp/prog-files [ Steve@localhost Steve ] $ _
In the above example, the directory, prog-files, is created under the /tmp directory. More detail...
|
|
|