How to unlock to edit traccar.xml?

Stephane3 years ago

Hello, I'm going to sound stupid, but how can I modify the traccar.xml file? The system blocks it and cannot unlock it. You guessed that I am not very comfortable on Linux on my rapberry.

Anton Tananaev3 years ago

What's the error?

Oluwatobi3 years ago

cd to the folder and grant access using the below:

chmod -R a+rwx /opt/traccar/web

i am granting write access to my web folder.

so you have to specify the folder you want to grant access to.

Stephane3 years ago

Thank you for your help.
That is what I have tried to do, but the system tells me that it is not allowed.
Do I have to do any other manipulation before?

Oluwatobi3 years ago

are you logged into an admin account on the machine?

you might have to use "sudo chmod...."

thats all i think i can do

Stephane3 years ago

sudo... Oh but of course, I knew I was going to be ridiculous!
Thank you