"Tim Taubert" <[EMAIL PROTECTED]> writes:
> how can i execute a UNIX command like
> 'newuser "Tim Taubert" tim password'
> ? and am i able to fetch the results of such commands?
Since someone else replied to your question, I'll just mention that
running such command may be a really bad idea. If someone runs `ps'
at the same time, he'll be able to see the password for user `tim' in
clear text.
--
Arcady Genkin
i=1; while 1, hilb(i); i=i+1; end
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]