From owner-freebsd-questions Mon Mar 13 13:31:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f179.law4.hotmail.com [216.33.149.179]) by hub.freebsd.org (Postfix) with SMTP id 6614337B6DE for ; Mon, 13 Mar 2000 13:31:43 -0800 (PST) (envelope-from los_alamos@hotmail.com) Received: (qmail 68079 invoked by uid 0); 13 Mar 2000 21:31:37 -0000 Message-ID: <20000313213137.68078.qmail@hotmail.com> Received: from 131.104.128.223 by www.hotmail.com with HTTP; Mon, 13 Mar 2000 13:31:37 PST X-Originating-IP: [131.104.128.223] From: "Jon ." To: spmncmb@hotmail.com Cc: freebsd-questions@freebsd.org Subject: Re: HELP! Date: Mon, 13 Mar 2000 16:31:37 EST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Hi there, > >I am trying to install a script onto my homepage and I do not understand >some of the instructions so I have enclosed them as a file for your perusal >and hopefully you might be able to help me. > >My questions are in red. > >Thanks, >SPM Hi, ok, let's see...you will need a shell account on the server you are placing the scripts in so that you can chmod them. an FTP account will work as well, if you can access /cgi-bin/ from your ftp account. chmod is a program that changes the mode of the file so that it can be executed, read, etc. 755 is just the argument to the chmod command, so you would type chmod 755 yourscript. the next part you were having probs with, the mail program...you'll need to contact your sysadmin and find out what mail program you are using, it's probably sendmail give /usr/sbin/sendmail a try. the last part with #!/usr/bin/perl is the path of the perl executable, which interprets CGI scripts. correct me if i'm wrong on any of this, anyone. jon ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message