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

Re: [cobalt-users] Removed symlinks in /home/sites



> Hello All,
> 
> Removed all symlinks in /home/sites by accident... ;(
> Like www.mysite.com -> site22 
> 
> Can I restore these symlinks ??

Yes you can..  I would do this as root as follows:

ln -s FROM TO

for example

ln -s www.mysite.com site22

Hope this helps..

-ed-