[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Linking Multiple Directories



This may be a very simple question but the answer will be the solution to many
problems.

What I want to do is symbolically link a directory called manuals/ in several
virtual sites.  I want them to all point to the same location as
/home/sites/site10/web/manuals/

I assume that I can be in
/home/sites/site12/web/ and create a symbolic link from here to point to
/home/sites/site10/web/manuals/ .  I tried several variations of the following
command:
ln -s /home/sites/site10/web/manuals/ manuals/ but that does not seem to work.
What am I typing in wrong?
--
John