Re: Running a CGI script as root

2002-03-08 Thread Rob Helmer
users ) to run specific commands ( or groups of commands ). You then just need to preface your command with "sudo", like instead of : cp /tmp/file /root/file You do : sudo cp /tmp/file /root/file HTH, Rob Helmer On Fri, Mar 08, 2002 at 11:35:01AM +0100, Paolo Cavicchini wrote:

telling user agent the full path of a file to downlaod

2002-03-08 Thread Rob Helmer
this through it's web interface so I figured there must be a way. Thanks, Rob Helmer -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: changing the defualt "nobody"@somecomputer.com (mailx)

2002-03-08 Thread Rob Helmer
On Fri, Mar 08, 2002 at 06:05:07PM -0800, Rob Roudebush wrote: > > My CGI script shoots out an automated e-mail using mailx. Is there any way to >change the "nobody"? > -Rob Hi Rob, Yes, you can change the "From:" header. Are you actually constructing an email and passing it to mailx? You s