Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/UNIXhelp/tasks/mkdir1.html
Дата изменения: Fri Jan 17 12:43:25 1997
Дата индексирования: Mon Oct 1 23:02:54 2012
Кодировка:
Examples of using the mkdir command

Examples of using the mkdir command

To make a directory in the current directory:

   mkdir specification

This creates a new directory specification in your current working directory.


To make a new directory in the parent directory:

   mkdir ../presentations

This creates the directory presentations in the parent directory of the current working directory.

In effect, this creates a new directory at the same level of the file system as the current directory.


To make a new directory in a subdirectory:

   mkdir reports/january/amy

This creates the directory amy in the subdirectory reports/january.


[Home] [Search] [Index]