View Single Post
giannoug's Avatar
Posts: 334 | Thanked: 171 times | Joined on Dec 2009
#542
Originally Posted by Mengs View Post
I am able to get some of the games working, but where I lack knowledge is the following;

at chmod +rwx xxx, where does this xxx come from? for nfsuc I followed the youtube video and got it working, and also monopoly I "guessed it". But example for sims and nova, I just get "no such file or directory"

Help?

Thanks
chmod +x executable-file-here

chmod is the command
+x gives executable permission (-x removes, +rwx gives read, write, execute)
executable-file-here is the file you run (nfsuc, etc)
 

The Following User Says Thank You to giannoug For This Useful Post: