4 views

1 Answers

Go to the terminal, navigate to the relevant folder then enter `sudo chmod 777 server.properties`. Then use a command line text editor like nano or vim by issuing a command like `nano server.properties`. Next, change the file. Finally, use `sudo chmod ### server.properties` to change the file back to the way it was. You'll need to find the default numbers for the second chmod.

4 views

Related Questions