Jump to content
  • 0

Linux Start Server Problem


Question

Posted

why when i try to run my game server on linux system write me

 

 

-bash: ./startGameServer.sh: Permission denied

 

but i run my login server without problem

 

im with root access and cant start game server...  why?

3 answers to this question

Recommended Posts

  • 0
Posted

Write chmod 700 startGameServer.sh before ./startGameServer.sh

 

tnx

 

chmod 700 startGameServer.sh

chmod 700 GameServer_loop.sh  - need same

 

fixed

Guest
This topic is now closed to further replies.


×
×
  • Create New...