chmod +x xxxcoind
sudo mv xxxcoind/usr/bin/
if you use this way, you can use xxxcoind in any field.
I did not even know that. So any executable that is under /usr/bin will be available systemwide without needing to write the complete path?
Been a longtime user of debian and i thought that this needs some kind of alias to achieve.
Edit: There should be a space between coind executable and /usr/bin path.