LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   chmod *please help (https://www.linuxquestions.org/questions/linux-general-1/chmod-%2Aplease-help-18492/)

mgroyal 04-14-2002 12:54 PM

chmod *please help
 
I want to setup mail.pl on a unix server... In the doc it's written that I need to make the script executable with (chmod 0755)...

I don't no what I exactly need to enter in the command shell...
Can me somone give me advice how I need to enter this...

Thx for an replies in advance..mr

jISV 04-14-2002 01:01 PM

try this:
chmod 755 mail.pl

mgroyal 04-14-2002 01:13 PM

thanks...

want to adjust follow line:

# Put the exact system path to your host's sendmail program here.

$sendmail_path = "/usr/sbin/sendmail";

but have no sendmail order ... Any Idea how to find sendmail?

dorward 04-14-2002 02:15 PM

Quote:

Originally posted by mgroyal
thanks...

want to adjust follow line:

# Put the exact system path to your host's sendmail program here.

$sendmail_path = "/usr/sbin/sendmail";

but have no sendmail order ... Any Idea how to find sendmail?

Code:

which sendmail
Or ask your sysad

mgroyal 04-14-2002 04:03 PM

thx dorward ...

This I've also done for perl (which perl)
For sendmail I didn't get anything -> but asked admin -> /usr/sbin/sendmail is okay...

Now I get a 405 error message by posting the form...
Shit, what's going on? This can't be so difficult?!


All times are GMT -5. The time now is 08:03 AM.