[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re:Sendmail location ?
- Subject: [cobalt-users] Re:Sendmail location ?
- From: Charlie Summers <charlie@xxxxxxxxxx>
- Date: Thu Mar 13 15:16:02 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
At 2:58 PM -0500 3/13/03, Jason Gottschalk is rumored to have typed:
> I thought it was in /usr/lib
/usr/lib/sendmail (if it exists) is usually a symlink to the binary at
/usr/sbin/sendmail (cheer up, there are others, like mailq, usually in
/usr/bin).
> At any rate, can someone tell me the syntax to link the symbol
> /usr/lib/sendmail to the real file /usr/sbin/sendmail ?
man ln
Charlie