>> > shouldn't this order be flipped?
>> >
>>
>> the example does what its description says. why do you think it should
>> be reversed?
>
> because people are often confused by symlinks? I always tell the
> confused: the order is the same as cp(1): the first argument needs to
> exits, the second one is created.
>
>         -Otto

This is very helpful. Usually in OpenBSD, you create a symbolic link
/var/www which has limited space and have it point to /home/www where
actual data is stored and which has more space.

This particular example could be

Create a symbolic link named /var/www and point it to /home/www:

 # ln -s /home/www /var/www

Reply via email to