What are some basic software paths?

Sendmail: /usr/lib/sendmail

Perl5: /usr/bin/perl

Serverpath: /home/username/public_html

Root path: /home/username/ (puts you in your the root of your account)

Cgi-bin path: /home/username/public_html/cgi-bin/ (puts you in your cgi-bin)

php4 cli: /usr/local/bin/php

php5 cli: /usr/local/bin/php5

ImageMagick: /usr/bin/convert or /usr/local/bin/convert

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

How do I provide streaming - Audio / Video ?

We DO NOT have Real Audio server software running on our servers. However, you can stream Real...

How do I change File Permissions?

If you're new to scripting, or getting the dreaded "Internal Server Error" when you try to run a...

What is SSI (Server side includes) and how can I use it?

Server Side Includes (SSI) is a feature of CGI that enables you to dynamically insert a piece of...

Where do I place CGI scripts?

Although you can place cgi scripts in random directories throughout your site, it's best if you...

What is the path to sendmail?

Some programs such as the ones, which send email will need to know where the Sendmail program...