Results 1 to 7 of 7
I want to install a cool looking game, but as I have just started using linux I don't even understand the directions. What I don't know is what chmod to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-02-2006 #1Just Joined!
- Join Date
- May 2006
- Posts
- 38
What does this mean?
I want to install a cool looking game, but as I have just started using linux I don't even understand the directions. What I don't know is what chmod to 775 means.
To play on Linux:
Download the zip file, and unzip it.
cd to the directory where you installed it.
chmod to 775 and execute el.x86.linux.bin
edit el.ini and change datadir to where you unzip everything
Also, the zip file has no base directory, so you should unzip it in a new directory you create.
To play under FreeBSD, download the Linux version, download the code from the CVS, and use the freebsd make file.
- 07-02-2006 #2Linux User
- Join Date
- Jan 2006
- Posts
- 251
chmod is used to change the permissions.
'chmod 775 filename' gives read,write and execute permissions for owner and group and also read,execute access for others
try a search or the man page of chmod
regards
- 07-02-2006 #3Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
You need to open a terminal like konsole or gnome-terminal,and run the command
Alternatively you can right click on the file,got to properties and change permissions to read,write and execute for owner and read/execute for group and others.Code:chmod 755 /path/to/your/game/file
- 07-02-2006 #4Just Joined!
- Join Date
- May 2006
- Posts
- 38
I did that, but now I don't know how to run the game. I tried clicking el.x86.linux.bin
Any help would be greatly appreciated.
- 07-02-2006 #5Linux User
- Join Date
- Jan 2006
- Posts
- 251
hi TeddyK,
http://www.linuxforums.org/forum/lin...bin-files.html
regards
- 07-02-2006 #6Just Joined!
- Join Date
- May 2006
- Posts
- 38
Thanks for all of the help.
- 07-02-2006 #7but if u uuntar/unzip the folder in the /home directory then u shouldnt need to set the permissions....
Originally Posted by nature
right ?
just do everything as su.....


Reply With Quote
