[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Linking Multiple Directories
- Subject: [cobalt-users] Linking Multiple Directories
- From: "John D. Gorena" <Support@xxxxxxxxxxxxxxxxxxx>
- Date: Mon Dec 24 17:23:00 2001
- Organization: http://www.JMG-Enterprises.com
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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