Closed hayhay7789 closed 8 years ago
Whenever I try to run one of the .command files, my Terminal says cannot execute binary file and does not run the command at all.
cannot execute binary file
If it matters, after I download the file I do not have permissions to run it so I use chmod u+x to grant permissions to run it.
chmod u+x
Where is the .command file located?
I was messing it up - I was saving the downloads as a .command instead of a .zip.
Whenever I try to run one of the .command files, my Terminal says
cannot execute binary file
and does not run the command at all.If it matters, after I download the file I do not have permissions to run it so I use
chmod u+x
to grant permissions to run it.