Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/UNIXhelp/tasks/links3.2.2.html
Дата изменения: Fri Jan 17 12:43:24 1997
Дата индексирования: Tue Oct 2 01:09:40 2012
Кодировка:
Removing directories created with the ln command

Removing directories created with the ln -s command

To remove a directory that is a symbolic link that points to another directory use the command:

   rm directory_name

Notice that the directory does not need to be empty and you do not have to use the rmdir command. You are not really removing a directory, just a named symbolic link that points to the "real" directory.


[Home] [Search] [Index]