How to execute executable files in unix

Just type the name in a command prompt. If the directory that it is in is not in the PATH variable then you will need to type:

./command

from the directory it is in, rather than

command

(Alternatively, just type the full path to the file.)