Creating a Directory in Linux
Advertisements
| Top Tutorials | New Tutorials | Submit | Login | Register |
Tutorial Detail
Creating a Directory in Linux
The mkdir (make directory) command is used to create directories.http://raj-tipstricks.blogspot.com/2009/06/creating-directory.html
Total Hits: 3853
Total Votes: 37 votes
Category: Linux/Databases
Submitted on: 2009-07-16 23:19:58
Submitted By: bholu
Description:
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...
Rating Detail
| Stars | Percentage | Total Vote |
|---|---|---|
![]() |
![]() ![]() 16.22% |
6 |
![]() ![]() |
![]() ![]() 16.22% |
6 |
![]() ![]() ![]() |
![]() ![]() 16.22% |
6 |
![]() ![]() ![]() ![]() |
![]() ![]() 16.22% |
6 |
![]() ![]() ![]() ![]() ![]() |
![]() ![]() 18.92% |
7 |





16.22%

16.22%

16.22%

16.22%

18.92%