Jump to content

game,db - permission denied


Recommended Posts

5 hours ago, Hik said:

If you have the game folder in / usr / game, right-click on "game" and select "properties".
Subsequently, set permissions 0777 and select the check to apply the change to the subfolders.

It's the wrong way.

 

It seems you use an applicative user to run the game. Run this:

chown -R <user> <fileserver dir>

If it doesn't work, run this:
chmod -R o+w  <fileserver dir>

  • Love 1
Link to comment
Share on other sites

12 hours ago, iltizio said:

It's the wrong way.

 

It seems you use an applicative user to run the game. Run this:

chown -R <user> <fileserver dir>

If it doesn't work, run this:
chmod -R o+w  <fileserver dir>

I will try this thanks. I'm trying to run it trought script file and it looks like that this file needs permission, but I have chmod on all the files and nothing seems to work.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.