Paths To Commonly Used Programs
Show all 21 Categories
1. What is the absolute path to my account?
2. What compilers do you make available and were can I find them?
3. What is the path to Perl?
4. What is the path to sendmail?
5. What is the path to PHP?
6. How do I find the path to a particular program?
1. What is the absolute path to my account? [ top ]
The absolute path to the root of your account is:
/home/httpd/vhosts/YOURDOMAINNAME
timestamp: 2003/09/17
---------------------------------------
2. What compilers do you make available and were can I find them? [ top ]
We do not make any compilers available to you on your virtual account. However, if you have a special need, please submit a support ticket and we will gladly review your request.
timestamp: 2003/01/17
---------------------------------------
3. What is the path to Perl? [ top ]
We are currently running Perl version 5.x.
The path to perl is:
/usr/bin/perl
timestamp: 2003/09/17
---------------------------------------
4. What is the path to sendmail? [ top ]
We are currently running a custom version of sendmail.
/usr/sbin/sendmail
timestamp: 2003/09/17
---------------------------------------
5. What is the path to PHP? [ top ]
We are currently running version 4.1.2 of PHP.
/usr/bin/php
timestamp: 2003/09/17
---------------------------------------
6. How do I find the path to a particular program? [ top ]
This can easily be done through SSH. Once you have established a connection to your account via SSH, you can use the "whereis" utility to find the path to the program you are trying to locate. For example, if you wanted to find the path to the "grep" program, you would type the following from the command line:
"whereis grep"
The program would then return any and all possible paths to this particular program.
timestamp: 2003/01/17
---------------------------------------
|