Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Can someone please help me run this on linux? The terminal will not run Anger Foot.x86_64 and tries to run the words as their own files. 

'~/angerfoot$ chmod 777 Anger Foot.x86_64

chmod: cannot access 'Anger': No such file or directory

chmod: cannot access 'Foot.x86_64': No such file or directory'

(+2)

on Linux you need to escape spaces in filenames. try "chmod 777 Anger\ Foot.x86_64". or you can just put quotes around the filename, that should also work.

Thanks for that! I love it when our Linux users help each other out ;)