[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Sendmail location ?
- Subject: RE: [cobalt-users] Sendmail location ?
- From: "Robert Fitzpatrick" <robert@xxxxxxxxxxx>
- Date: Thu Mar 13 14:50:00 2003
- Organization: WebTent Networking, Inc.
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>
> At any rate, can someone tell me the syntax to link the symbol
> /usr/lib/sendmail to the real file /usr/sbin/sendmail ?
>
# su
# cd /usr/lib
# ln -s /usr/sbin/sendmail sendmail
--
Robert