[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Removed symlinks in /home/sites
- Subject: Re: [cobalt-users] Removed symlinks in /home/sites
- From: "Edward R. Milstein" <eddie@xxxxxxxxxxx>
- Date: Mon Jul 29 19:12:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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-