Re: [linux-delhi] Set UID root Q

2000-03-25 Thread Suman Saraf
Linux does not allow setuid shell scripts. You need to write a small C program to exec that script and chmod u+s that C program generated binary. --- Sandip Bhattacharya [EMAIL PROTECTED] wrote: I have made a small shell script to parse the log files to give me some stats. But for a

Re: [linux-delhi] Set UID root Q

2000-03-25 Thread Naresh Narang
setuid Perl script works however. Regards, Naresh Narang. Suman Saraf wrote: Linux does not allow setuid shell scripts. You need to write a small C program to exec that script and chmod u+s that C program generated binary. --- Sandip Bhattacharya [EMAIL PROTECTED] wrote: I have made a