Game Server OwnerShip
Since we have created user for running the game server, we want to give ownership of the files in the folder to this user. This command will provide ownership to the atavism user and the atavism group to the files and folders inside of the path and all of the subfolders under that.
sudo chown atavism:atavism /opt/atavism_server/ -R |