Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/UNIXhelp/tasks/links2.2.1.html
Дата изменения: Fri Jan 17 12:43:24 1997
Дата индексирования: Tue Oct 2 01:21:24 2012
Кодировка:

Поисковые слова: южная атлантическая аномалия
Examples of using the ln -s command

Examples of using the ln -s command

To make a symbolic link from a file in one subdirectory to a file in another subdirectory:

   ln -s reports/reportA publications/my_report

This makes a symbolic link between the file reportA in the subdirectory reports and the filename my_report in the publications subdirectory.


To make a symbolic link to a file in a subdirectory to your current working directory:

   ln -s docs/editors/vi.ref .

This makes a symbolic link between the file vi.ref in the subdirectory docs/editors/ to the filename vi.ref in the current working directory.


[Home] [Search] [Index]