On Wednesday 19 September 2001 12:27 am, Ian Marlier wrote:
> I feel like an idiot asking this, but how does one set something to
> run SUID?  I can't figure out what change has to be made...I tried
> RTFM, but didn't see anything that seemed relevant, even in the man
> files for sudoers and the like.
>

Did you mean run SETUID? try man chmod or info chmod.
Maybe all you need is 

chmod u+s filename  -> for executable 
chmod u+S filename -> for non-executable

--
bambang

Reply via email to