Running .bin files

Asked by ravi2026w

 I have a game in the form of .bin file
 I wanted to execute it i tried in terminal by ch mod +x
 In the process while choosing the directory to load it did not. I got a message that you cannot write in the directory you do not have a permission! I request you to help me in this regard

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
ravi2026w
Solved:
Last query:
Last reply:
Revision history for this message
ravi2026w (ravi2026w-deactivatedaccount) said :
#1

I tried running it in a root I could do it succesfully Thank you
 My next question is whenwver i try to run this application it says cannot run you do not have a permission pl help me

Revision history for this message
ravi2026w (ravi2026w-deactivatedaccount) said :
#2

It s a game and it has been included in the Applications/Games and whenever i run it i get a message stating
" Could not launch ....... Failed to execute child process "/opt/PlaneShift/pslaunch" (Permission denied) "
this is the message i am getting can anybody help?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

if you use terminal, it's easier

cd /path/to/file

change /path/to/file to where you downloaded the file to (remember Linux is CASE SENSITIVE, so use tab when you can to autocomplete directory names).

You can thn run:

chmod +x ./filename.bin; sudo ./filename.bin

replace filename.bin with the ACTUAL filename (again, case sensitive) of the file and it will run.

Revision history for this message
ravi2026w (ravi2026w-deactivatedaccount) said :
#4

Thank you Actionparsnip It worked
 I have encountered one more problem which i have added as an additional info

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Please address the additional problem in an additional question

Thanks

Glad you got the gold :D