One thing you could do is chown the lynx binary to nobody

chown nobody:nobody /usr/bin/lynx

then setuid the bin,

chmod +s /usr/bin/lynx

this will cause lynx to run as user 'nobody' regardless of who starts
it..



Robert Soros
[EMAIL PROTECTED]
http://soros.ath.cx

> Is there a way to use lynx as the user nobody. Or is this a bad idea ?
> 
> I need to convert a URL (php'ed) to ASCII, and tried to run lynx from
> within a PHP script. Since Apache runs as the user nobody. I've
> found that lynx tries to create temp files that can't be opened.
> 
> Any suggestions ?
> 
> TIA
> 
> -pete
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to