I wrote a very simple perl script, and now I want it to be executed everywhere.
I know that I can just paste it into / bin /, rename it from 'mytest.pl' → 'mytest' and chmod + x, but is this standard practice? I did not notice anything in the / bin / perl script.
Also, I want it to be able to write to / var / logs / mytest / *
Are there any security issues I should be aware of?
aidan source share