| Paths to System Programs |
| |
perl
- /usr/bin/perl
sendmail - /usr/sbin/sendmail
your www directory - /usr/home/username/www/ (username = your main FTP username) date - /bin/date
mail - /bin/mail
For other commands, you can easily find out the path by connecting to the server with SSH and issuing the command:
'which program'
For example, for the date command you would type:
'which date'
The response would be:
/bin/date
|
|