Post
Topic
Board Development & Technical Discussion
Re: What is correct way of setup VPS?
by
Sellingaccs
on 04/04/2018, 17:48:29 UTC
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.