Nevermind, figured out how to do it. Seems that to execute a binary file you need to set the file to 'chmod +x BinaryName' and then run the binary file by the following command ./BinaryName.
Thanks,
Virtusrex
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125441\"][{POST_SNAPBACK}][/a][/div]
Offcourse, whatever binary file or script you want to execute, you have to set the eXecution flag as you did it.
If you put these file in a PATH DIR as /bin, /usr/bin,/usr/local/bin etc. in your PATH list, you have only to call them.
Now you have to call them with the ./ or with the complete PATH like /DIR_WHERE_THE_FILES_ARE/
because that DIR it' s not in your PATH list.
You can change the PATH variable in your /etc/profile file and the dir where your programs are to execute them too.
BYEZ!