ask pairs:
- Original Message -
From: "Phillip Bruce"
To: "nonlin"
Sent: Tuesday, November 03, 2009 1:02 PM
Subject: Re: [Perl-unix-users] Permistion Problem when run from the Web
> nonlin wrote:
> > Dear Bruce,
> >
> > How do I check the sud
AM
Subject: Re: [Perl-unix-users] Permistion Problem when run from the Web
Hi Ken,
Kenneth Ölwing wrote on Tue, Nov 03, 2009 at 04:51:27PM +0100:
> Just as an aside - isn't it true that many/most/all (???) Unix/Linux
> installs are set to disallow setuid *scripts*.
$ cd /usr
$ sud
Bill Luebkert wrote:
> nonlin wrote:
>
>> Dear Friends,
>>
>> I know this is not directly a Unix problem but since this is happening
>> in Fedora Lenix I though your the best group to help me with this Issue.
>>
>> I need to execute some root level UNIX commands and access some root
>> lev
Hi Ken,
Kenneth Ölwing wrote on Tue, Nov 03, 2009 at 04:51:27PM +0100:
> Just as an aside - isn't it true that many/most/all (???) Unix/Linux
> installs are set to disallow setuid *scripts*.
$ cd /usr
$ sudo sh -c 'echo "#!/bin/sh\nid" > testsuid'
$ sudo chown
nonlin wrote:
> Dear Friends,
>
> I know this is not directly a Unix problem but since this is happening
> in Fedora Lenix I though your the best group to help me with this Issue.
>
> I need to execute some root level UNIX commands and access some root
> level files from an script that is exe
Subject: Re: [Perl-unix-users] Permistion Problem when run from the Web
> The part you missed in Bill's email "Write a shell script that is
> setuid root" is the most important.
>
>
> You need to chmod not to 755, but
> chown root
> chmod 4755
>
> This tells U
The part you missed in Bill's email "Write a shell script that is
setuid root" is the most important.
Except that telling users who don't know what suid means
to write suid root shell scripts (doubtful advice at best
even when given to experienced system programmers) is a
recipe for disa
Hi,
Jimmy Schappet wrote on Tue, Nov 03, 2009 at 09:07:24AM -0600:
> The part you missed in Bill's email "Write a shell script that is
> setuid root" is the most important.
Except that telling users who don't know what suid means
to write suid root shell scripts (doubtful advice at best
even w
ur instructions.
Sincerely,
Nonlin
- Original Message -
From: "Bill Luebkert"
To: "nonlin"
Cc:
Sent: Tuesday, November 03, 2009 5:22 AM
Subject: Re: [Perl-unix-users] Permistion Problem when run from the Web
> nonlin wrote:
>> Dear Friends,
>>
>> I kn
o: "nonlin"
Cc:
Sent: Tuesday, November 03, 2009 5:22 AM
Subject: Re: [Perl-unix-users] Permistion Problem when run from the Web
> nonlin wrote:
> > Dear Friends,
> >
> > I know this is not directly a Unix problem but since this is happening
> > in Fedora Len
nonlin wrote:
> Dear Friends,
>
> I know this is not directly a Unix problem but since this is happening
> in Fedora Lenix I though your the best group to help me with this Issue.
>
> I need to execute some root level UNIX commands and access some root
> level files from an script that is exe
Dear Friends,
I know this is not directly a Unix problem but since this is happening in
Fedora Lenix I though your the best group to help me with this Issue.
I need to execute some root level UNIX commands and access some root level
files from an script that is executed from the web. To be mor
12 matches
Mail list logo