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

Поисковые слова: п п п п п п п п п п п п п п п п п п п п п п п п п п
Examples of using the ln command

Examples of using the ln command

To link a directory into your current directory:

   ln -s $HOME/accounts/may

This links the directory $HOME/accounts/may into your current working directory. This link will have the same name may as the directory it points to.


To link several directories into a subdirectory:

   ln -s $HOME/hyperhelp $HOME/metacard experimental

This links the directories $HOME/hyperhelp and $HOME/metacard into the subdirectory experimental.


[Home] [Search] [Index]