default DA path

dannygoh

Verified User
Joined
Feb 9, 2004
Messages
391
Location
Malaysia
what is the default path for:-

The path to cURL:
The path to perl:
The path to PHP:
The path to Sendmail/Exim:
 
Curl and php are in /usr/local/bin/
Perl is in /usr/bin/
And Exim is in /usr/sbin/exim
Sendmail should be just a symlink pointing to exim.

I got those using the which command on FreeBSD ;)
 
Slightly different under RHL and RHEL:

/usr/bin/curl
/usr/bin/perl
/usr/bin/exim
/usr/lib/sendmail /usr/sbin/sendmail
/usr/sbin/sendmail -> /usr/bin/exim

Jeff
 
Back
Top