I am trying to setup a Minecraft server, and I decided to run the server on a limited user, who only has access to the Minecraft server directory. I couldn't get the user to have permission, even though I set the owner to the user, and game it 777 to the directory. So I set the directory's access to 777 and I still can't access the directory. Any thoughts as to what I'm missing? Thanks, Max
EDIT:Alright, I fixed it by opening up the directory the minecraft server folder was in..
Is this always needed?
Example:
My server is in /srv/minecraftServer/
I opened minecraftServer
to the server
user, but not srv
.
When I opened srv
(allowing the limited user to also see my web host, not really a limited user anymore), the user was able to access the minecraftServer
directory..
Is this normal, and is there a way around this?