Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://comet.sai.msu.ru/UNIXhelp/tasks/rm1.1.3.html
Дата изменения: Fri Jan 17 12:43:25 1997 Дата индексирования: Mon Oct 1 23:35:25 2012 Кодировка: Поисковые слова: ancient observatory |
Remove a file that has hard links to it the same way as you would remove any other file:
rm filename(s)
Any files that were created by making hard links to the filename will continue to exist in their own right.
Removing a file to which symbolic links have been made has a different effect. Although the linkname remains, the actual file that this name points to does not.
Trying to use a command on the linkname will give you the message:
command: filename: No such file or directory