Need to run UNIX exe on apple

Hello all,
I am looking for some help with running a unix executable file using Apple Remote Desktop or Terminal with no user intervention. I am able to create a packate that can copy the file to the machine using ARD but I would like to copy the file and run the command with out the users knowing that it is done. their is no required reboot. and I also need to run it as root. Any help is appreciated. thanks.

Get Iceberg package making software and create an empty package with an install executable script that runs your command/s. You'll probably need to make the script owner root before adding it to the package.

You can then push the package to the target machines and it should run.