On Fri, Sep 5, 2008 at 11:16 PM, Billy Crook [email protected] wrote:
some really ugly possibilities. Don't know how 'ugly' it would be (aside from processes making it difficult to tell what their PID was if you weren't watching when they were launched)
Here's some code from Hal Dustin (attached). You can demonstrate on
All this is interesting; is there a way to run a tab as "nobody"? I tried writing my own program but came back with a permission problem. I gather one would need to either use something like "exec("su nobody $executable")" or set a suid bit?
Justin Dugger