Re: [Exim] Exim on OpenBSD 3.4/ Mailman

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Suresh Ramasubramanian
Ημερομηνία:  
Προς: karl
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] Exim on OpenBSD 3.4/ Mailman
[4/12/2004 12:10 PM] Karl R. Balsmeier :
> How do I remove the symlink without trashing the exim binary?
>
> man ls does not show this. rm will remove the symlink, but the binary
> will go also... do I just use -f?


your syntax for ln is wrong

ln -s source target

for example if you want to create a symlink foo to a file bar,

ln -s bar foo

    srs