Subject Re: [Firebird-general] Execute linux command from stored proc or trigger
Author Milan Babuskov
xongabilly wrote:
> Can I execute a linux/unix command from a stored procedure or
> trigger? I want create a linux user after insert on my app_user_table.

You can do that by writing some UDF which will do it.
However, that doesn't seem to be The Best Way (TM) to do it. Can't you
use something else?

HTH

Milan.