[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: symlink
On Fri, 28 Jun 2002 joelaw at justice.com wrote:
> Hi,
>
> i want to create a symlink from /usr/sbin/sendmail to
> /usr/exim/bin/exim, please help confirm if 1 or 2 is
> the correct way
>
> 1) ln -s /usr/sbin/sendmail /usr/exim/bin/exim
>
> OR
>
> 2) ln -s /usr/exim/bin/exim /usr/sbin/sendmail
1) is correct. the man page is quite clear.
ln [-fhinsv] source_file [target_file]
Joseph.
-----
This is the afnog mailing list, managed by Majordomo 1.94.5
To send a message to this list, e-mail afnog at afnog.org
To send a request to majordomo, e-mail majordomo at afnog.org and put
your request in the body of the message (i.e use "help" for help)
This list is maintained by owner-afnog at afnog.org
- Follow-Ups:
- Re: symlink
- From: Brian Candler <B.Candler at pobox.com>
- References:
- symlink
- From: joelaw at justice.com