PDA

View Full Version : Server Paths


keith
January 7th, 2008, 10:15 AM
Where can I find the server paths for cgi, perl scripts

rob
January 7th, 2008, 02:36 PM
What path are you looking for specifically?

The path to perl is:

/usr/bin/perl

Path to sendmail is:

/usr/bin/sendmail

And the path to your files is:

/home/you/public_html

where you is replaced by your cPanel/Webmin/SSH username.