Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/UNIXhelp/tasks/rm1.2.html
Дата изменения: Fri Jan 17 12:43:25 1997
Дата индексирования: Mon Oct 1 22:29:55 2012
Кодировка:
Removing directories

Removing directories

To remove a directory use the command:

   rmdir directory_name

The directory must be empty before you can delete it. You will need to remove any files and subdirectories that it contains.

To remove a directory that contains files use the command:

   rm -r directory_name

This deletes all the contents of the directory including any subdirectories.


[Home] [Search] [Index]